--- parser3/src/classes/xnode.h 2003/03/25 10:07:00 1.18.2.6.2.5 +++ parser3/src/classes/xnode.h 2004/02/11 15:33:13 1.21 @@ -1,14 +1,14 @@ /** @file Parser: @b dnode methods class - MDnode class decl. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef XNODE_H #define XNODE_H -static const char* IDENT_XNODE_H="$Date: 2003/03/25 10:07:00 $"; +static const char * const IDENT_XNODE_H="$Date: 2004/02/11 15:33:13 $"; 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