Changeset 12706 for issm/trunk/src/c/objects/KML/KML_File.h
- Timestamp:
- 07/24/12 10:36:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_File.h
r11527 r12706 7 7 8 8 /*Headers:*/ 9 /*{{{ 1*/9 /*{{{*/ 10 10 #include "../../include/include.h" 11 11 #include "../../shared/Exceptions/exceptions.h" … … 20 20 public: 21 21 22 /*KML_File constructors, destructors {{{ 1*/22 /*KML_File constructors, destructors {{{*/ 23 23 KML_File(); 24 24 ~KML_File(); 25 25 /*}}}*/ 26 /*Object virtual functions definitions:{{{ 1*/26 /*Object virtual functions definitions:{{{*/ 27 27 void Echo(); 28 28 void DeepEcho(); … … 31 31 void Read(FILE* fid,char* kstr); 32 32 void WriteExp(FILE* fid,const char* nstr,int sgn,double cm,double sp); 33 int Id(){_error _("Not implemented yet.");};34 int MyRank(){_error _("Not implemented yet.");};35 void Marshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};36 int MarshallSize(){_error _("Not implemented yet.");};37 void Demarshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};38 int ObjectEnum(){_error _("Not implemented yet.");};39 Object* copy(){_error _("Not implemented yet.");};33 int Id(){_error2_("Not implemented yet.");}; 34 int MyRank(){_error2_("Not implemented yet.");}; 35 void Marshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 36 int MarshallSize(){_error2_("Not implemented yet.");}; 37 void Demarshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 38 int ObjectEnum(){_error2_("Not implemented yet.");}; 39 Object* copy(){_error2_("Not implemented yet.");}; 40 40 /*}}}*/ 41 41
Note:
See TracChangeset
for help on using the changeset viewer.