--- parser3/src/classes/xnode.h 2003/03/21 13:42:28 1.18.2.6.2.2 +++ parser3/src/classes/xnode.h 2003/07/24 11:31:20 1.19 @@ -8,7 +8,7 @@ #ifndef XNODE_H #define XNODE_H -static const char* IDENT_XNODE_H="$Date: 2003/03/21 13:42:28 $"; +static const char* IDENT_XNODE_H="$Date: 2003/07/24 11:31:20 $"; class MXnode: public Methoded { public: // Value @@ -28,7 +28,7 @@ public: // Value public: // VStateless_class - Value* create_new_value() { return Value*(new VXnode(0, 0, 0)); } + Value* create_new_value() { return new VXnode(0, 0); } public: MXnode(const char* aname=0, VStateless_class* abase=0); @@ -41,9 +41,6 @@ private: HashStringValue consts; }; -#define gdome_xml_doc_get_xmlDoc(dome_doc) ((_Gdome_xml_Document *)dome_doc)->n; - -GdomeNode *as_node(const String& method_name, MethodParams* params, - int index, const char* msg); +GdomeNode* as_node(MethodParams& params, int index, const char* msg); #endif