--- parser3/src/classes/op.C 2003/03/24 11:05:27 1.127.2.22.2.14 +++ parser3/src/classes/op.C 2003/03/24 14:53:55 1.127.2.22.2.16 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_OP_C="$Date: 2003/03/24 11:05:27 $"; +static const char* IDENT_OP_C="$Date: 2003/03/24 14:53:55 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -59,7 +59,7 @@ static const String exception_handled_pa // helpers -class Untaint_lang_name2enum: public Hash { +class Untaint_lang_name2enum: public Hash { public: Untaint_lang_name2enum() { #define ULN(name, LANG) \ @@ -335,7 +335,7 @@ public: #endif static void _switch(Request& r, MethodParams* params) { Switch_data* data=new Switch_data(r, r.process_to_value(*(*params)[0])); - Temp_hash_value + Temp_hash_value switch_data_setter(r.classes_conf, switch_data_name, data); Value& cases_code=params->as_junction(1, "switch cases must be code"); @@ -530,7 +530,7 @@ static void _cache(Request& r, MethodPar const String& file_spec=r.absolute(params->as_string(0, "filespec must be string")); Cache_data* data=new Cache_data; - Temp_hash_value + Temp_hash_value cache_data_setter(r.classes_conf, cache_data_name, data); data->expires=as_expires(r, params, 1, now); Value& body_code=params->as_junction(2, "body must be code");