--- parser3/src/classes/hashfile.C 2009/05/05 10:06:57 1.45 +++ parser3/src/classes/hashfile.C 2009/06/14 00:33:36 1.47 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT="$Id: hashfile.C,v 1.45 2009/05/05 10:06:57 misha Exp $"; +static const char * const IDENT="$Id: hashfile.C,v 1.47 2009/06/14 00:33:36 misha Exp $"; #include "classes.h" @@ -18,7 +18,7 @@ static const char * const IDENT="$Id: ha class MHashfile : public Methoded { public: // VStateless_class - Value *create_new_value(Pool& apool, HashStringValue&) { return new VHashfile(apool); } + Value *create_new_value(Pool& apool, HashStringValue*) { return new VHashfile(apool); } public: MHashfile(); @@ -40,7 +40,7 @@ extern String cycle_data_name; // methods -typedef Hash HashStringBool; +typedef HashString HashStringBool; static void _open(Request& r, MethodParams& params) { HashStringBool* file_list=static_cast(r.classes_conf.get(OPEN_DATA_NAME));