--- parser3/src/classes/classes.h 2001/08/02 06:54:12 1.9 +++ parser3/src/classes/classes.h 2001/10/19 12:43:29 1.13 @@ -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.9 2001/08/02 06:54:12 parser Exp $ + $Id: classes.h,v 1.13 2001/10/19 12:43:29 parser Exp $ */ #ifndef CLASSES_H @@ -27,9 +26,9 @@ public: // Methoded */ virtual bool used_directly() =0; /// use this method to read parameters from root "auto.p"; access r.main_class - virtual void configure_admin(Request& r) {} + virtual void configure_admin(Request& ) {} /// use this method to read parameters from 'MAIN' class; access r.main_class - virtual void configure_user(Request& r) {} + virtual void configure_user(Request& ) {} /// use it to construct static variables. check some static so that would be only ONCE! virtual void construct_statics() {}