--- parser3/src/classes/classes.h 2003/03/21 13:42:26 1.23.2.9.2.2 +++ parser3/src/classes/classes.h 2004/02/11 15:33:11 1.26 @@ -1,14 +1,14 @@ /** @file Parser: @b Methoded class decl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef CLASSES_H #define CLASSES_H -static const char* IDENT_CLASSES_H="$Date: 2003/03/21 13:42:26 $"; +static const char * const IDENT_CLASSES_H="$Date: 2004/02/11 15:33:11 $"; // include @@ -63,7 +63,6 @@ public: // Methoded for_each-es /// @see Methoded::register_directly_used void register_directly_used(Request& r); }; -DECLARE_OBJECT_PTR(Methoded_array); // globals @@ -72,7 +71,7 @@ Methoded_array& methoded_array(); // defines #define DECLARE_CLASS_VAR(name, self, base) \ - Methoded* name##_class(self); \ - Methoded* name##_base_class(base) + Methoded* name##_class=self; \ + Methoded* name##_base_class=base #endif