|
|
| version 1.16.4.1, 2002/10/31 12:22:12 | version 1.18.2.2, 2003/01/31 12:34:28 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: @b dnode methods class - MDnode class decl. | Parser: @b dnode methods class - MDnode class decl. |
| Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| Line 28 public: // Value | Line 28 public: // Value |
| public: // VStateless_class | public: // VStateless_class |
| Value *create_new_value(Pool& pool) { return new(pool) VXnode(pool, 0); } | ValuePtr create_new_value() { return ValuePtr(new VXnode(0); } |
| public: | public: |
| MXnode(Pool& pool, const char *aname=0, VStateless_class *abase=0); | MXnode(Pool& pool, const char* aname=0, VStateless_class *abase=0); |
| public: // Methoded | public: // Methoded |
| bool used_directly() { return true; } | bool used_directly() { return true; } |
| Line 44 private: | Line 44 private: |
| #define gdome_xml_doc_get_xmlDoc(dome_doc) ((_Gdome_xml_Document *)dome_doc)->n; | #define gdome_xml_doc_get_xmlDoc(dome_doc) ((_Gdome_xml_Document *)dome_doc)->n; |
| GdomeNode *as_node(const String& method_name, MethodParams *params, | GdomeNode *as_node(const String& method_name, MethodParams *params, |
| int index, const char *msg); | int index, const char* msg); |
| #endif | #endif |