--- parser3/src/classes/xnode.h 2003/03/24 17:52:18 1.18.2.6.2.3 +++ parser3/src/classes/xnode.h 2003/11/20 16:34:24 1.20 @@ -8,7 +8,7 @@ #ifndef XNODE_H #define XNODE_H -static const char* IDENT_XNODE_H="$Date: 2003/03/24 17:52:18 $"; +static const char * const IDENT_XNODE_H="$Date: 2003/11/20 16:34:24 $"; class MXnode: public Methoded { public: // Value @@ -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