--- parser3/src/include/Attic/pa_db_table.h 2001/10/28 11:40:48 1.6 +++ parser3/src/include/Attic/pa_db_table.h 2001/11/05 11:46:24 1.8 @@ -2,9 +2,9 @@ Parser: sql db decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: pa_db_table.h,v 1.6 2001/10/28 11:40:48 paf Exp $ + $Id: pa_db_table.h,v 1.8 2001/11/05 11:46:24 paf Exp $ */ #ifndef PA_DB_TABLE_H @@ -37,9 +37,9 @@ class DB_Cursor; /// DB table. handy wrapper around low level calls class DB_Table : public Pooled { - friend DB_Table_ptr; - friend DB_Transaction; - friend DB_Cursor; + friend class DB_Table_ptr; + friend class DB_Transaction; + friend class DB_Cursor; public: DB_Table(Pool& apool, const String& afile_name, DB_Connection& aconnection); @@ -50,6 +50,8 @@ public: bool expired(time_t older_dies) { return !used && time_used