--- parser3/src/main/execute.C 2002/11/22 16:16:33 1.294 +++ parser3/src/main/execute.C 2003/01/28 13:15:19 1.295.2.1 @@ -1,11 +1,11 @@ /** @file Parser: executor part of request class. - Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_EXECUTE_C="$Date: 2002/11/22 16:16:33 $"; +static const char* IDENT_EXECUTE_C="$Date: 2003/01/28 13:15:19 $"; #include "pa_opcode.h" #include "pa_array.h" @@ -125,7 +125,7 @@ void Request::execute(const Array& ops) while(i.has_next()) { if(interrupted()) throw Exception("parser.interrupted", - 0, + Exception::undefined_source, "execution stopped"); Operation op;