--- parser3/src/include/pa_table.h 2001/01/30 13:43:43 1.7 +++ parser3/src/include/pa_table.h 2001/03/10 16:34:35 1.9 @@ -1,5 +1,9 @@ /* - $Id: pa_table.h,v 1.7 2001/01/30 13:43:43 paf Exp $ + Parser + Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexander Petrosyan + + $Id: pa_table.h,v 1.9 2001/03/10 16:34:35 paf Exp $ */ /* @@ -34,7 +38,7 @@ public: void inc_current() { fcurrent++; } void read_item(String& result, const String& column_name) { - result.APPEND(item(column_name), forigin.file, forigin.line+fcurrent); + result.APPEND(item(column_name), 0/*TODO:think about*/, forigin.file, forigin.line+fcurrent); } protected: