- Timestamp:
- 08/15/12 18:02:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/KML/KML_PolyStyle.h
r13036 r13055 32 32 void Write(FILE* fid,const char* indent); 33 33 void Read(FILE* fid,char* kstr); 34 int Id(){_error _("Not implemented yet.");};35 int MyRank(){_error _("Not implemented yet.");};36 void Marshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};37 int MarshallSize(){_error _("Not implemented yet.");};38 void Demarshall(char** pmarshalled_dataset){_error _("Not implemented yet.");};39 int ObjectEnum(){_error _("Not implemented yet.");};40 Object* copy(){_error _("Not implemented yet.");};34 int Id(){_error2_("Not implemented yet.");}; 35 int MyRank(){_error2_("Not implemented yet.");}; 36 void Marshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 37 int MarshallSize(){_error2_("Not implemented yet.");}; 38 void Demarshall(char** pmarshalled_dataset){_error2_("Not implemented yet.");}; 39 int ObjectEnum(){_error2_("Not implemented yet.");}; 40 Object* copy(){_error2_("Not implemented yet.");}; 41 41 /*}}}*/ 42 42
Note:
See TracChangeset
for help on using the changeset viewer.