--- parser3/src/classes/xnode.h 2003/03/25 09:34:52 1.18.2.6.2.4 +++ 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/25 09:34:52 $"; +static const char * const IDENT_XNODE_H="$Date: 2003/11/20 16:34:24 $"; class MXnode: public Methoded { public: // Value @@ -41,8 +41,6 @@ private: HashStringValue consts; }; -#define gdome_xml_doc_get_xmlDoc(dome_doc) ((_Gdome_xml_Document *)dome_doc)->n; - -GdomeNode *as_node(MethodParams* params, int index, const char* msg); +GdomeNode* as_node(MethodParams& params, int index, const char* msg); #endif