- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/classes/objects/KML/KML_Document.h
r12832 r13101 30 30 void Write(FILE* fid,const char* indent); 31 31 void Read(FILE* fid,char* kstr); 32 int Id(){_error 2_("Not implemented yet.");};33 int MyRank(){_error 2_("Not implemented yet.");};34 void Marshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};35 int MarshallSize(){_error 2_("Not implemented yet.");};36 void Demarshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};37 int ObjectEnum(){_error 2_("Not implemented yet.");};38 Object* copy(){_error 2_("Not implemented yet.");};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.");}; 39 39 /*}}}*/ 40 40
Note:
See TracChangeset
for help on using the changeset viewer.