--- parser3/src/classes/classes.h 2001/05/17 18:26:22 1.8 +++ parser3/src/classes/classes.h 2001/09/26 10:32:25 1.12 @@ -2,10 +2,9 @@ Parser: @b Methoded class decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: classes.h,v 1.8 2001/05/17 18:26:22 parser Exp $ + $Id: classes.h,v 1.12 2001/09/26 10:32:25 parser Exp $ */ #ifndef CLASSES_H @@ -30,6 +29,8 @@ public: // Methoded virtual void configure_admin(Request& r) {} /// use this method to read parameters from 'MAIN' class; access r.main_class virtual void configure_user(Request& r) {} + /// use it to construct static variables. check some static so that would be only ONCE! + virtual void construct_statics() {} public: // usage