Changeset 12706 for issm/trunk/src/c/objects/KML/KML_Comment.h
- Timestamp:
- 07/24/12 10:36:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/KML/KML_Comment.h ¶
r11237 r12706 6 6 #define _KML_COMMENT_H_ 7 7 8 /*Headers:{{{ 1*/8 /*Headers:{{{*/ 9 9 #include "../../include/include.h" 10 10 #include "../../shared/Exceptions/exceptions.h" … … 22 22 char* value; 23 23 24 /*KML_Comment constructors, destructors {{{ 1*/24 /*KML_Comment constructors, destructors {{{*/ 25 25 KML_Comment(); 26 26 ~KML_Comment(); 27 27 /*}}}*/ 28 /*Object virtual functions definitions:{{{ 1*/28 /*Object virtual functions definitions:{{{*/ 29 29 virtual void Echo(); 30 30 virtual void DeepEcho(); 31 31 virtual void DeepEcho(const char* indent); 32 int Id(){_error _("Not implemented yet.");};33 int MyRank(){_error _("Not implemented yet.");};34 void Marshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};35 int MarshallSize(){_error _("Not implemented yet.");};36 void Demarshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};37 int ObjectEnum(){_error _("Not implemented yet.");};38 Object* copy(){_error _("Not implemented yet.");};32 int Id(){_error2_("Not implemented yet.");}; 33 int MyRank(){_error2_("Not implemented yet.");}; 34 void Marshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 35 int MarshallSize(){_error2_("Not implemented yet.");}; 36 void Demarshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 37 int ObjectEnum(){_error2_("Not implemented yet.");}; 38 Object* copy(){_error2_("Not implemented yet.");}; 39 39 /*}}}*/ 40 40
Note:
See TracChangeset
for help on using the changeset viewer.