--- parser3/src/classes/bool.C 2009/04/16 01:10:21 1.2 +++ parser3/src/classes/bool.C 2012/03/16 09:24:06 1.4 @@ -1,12 +1,10 @@ /** @file Parser: @b int parser class. - Copyright (c) 2001-2009 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_INT_C="$Date: 2009/04/16 01:10:21 $"; - #include "classes.h" #include "pa_vmethod_frame.h" @@ -15,6 +13,8 @@ static const char * const IDENT_INT_C="$ #include "pa_vint.h" #include "pa_vbool.h" +volatile const char * IDENT_BOOL_C="$Id: bool.C,v 1.4 2012/03/16 09:24:06 moko Exp $" IDENT_PA_VBOOL_H; + // externs void _string_format(Request& r, MethodParams&); @@ -24,8 +24,6 @@ void _string_format(Request& r, MethodPa class MBool: public Methoded { public: MBool(); -public: // Methoded - bool used_directly() { return true; } }; // global variable