--- parser3/src/classes/int.C 2010/10/21 15:06:28 1.59 +++ parser3/src/classes/int.C 2012/03/16 09:24:07 1.60 @@ -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: 2010/10/21 15:06:28 $"; - #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_INT_C="$Id: int.C,v 1.60 2012/03/16 09:24:07 moko Exp $" IDENT_PA_VINT_H; + // externs void _string_format(Request& r, MethodParams&);