--- parser3/src/main/pa_exception.C 2003/03/26 07:45:23 1.43.2.15.2.8 +++ parser3/src/main/pa_exception.C 2003/07/24 11:31:23 1.44 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_EXCEPTION_C="$Date: 2003/03/26 07:45:23 $"; +static const char* IDENT_EXCEPTION_C="$Date: 2003/07/24 11:31:23 $"; #include "pa_common.h" #include "pa_exception.h" @@ -28,11 +28,9 @@ Exception& Exception::operator =(const E return *this; } - - Exception::Exception(const char* atype, - const String* aproblem_source, - const char* comment_fmt, ...) { + const String* aproblem_source, + const char* comment_fmt, ...) { ftype=atype; fproblem_source=aproblem_source;