- Timestamp:
- 08/15/12 19:10:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/KML/KML_Placemark.h
r13055 r13056 34 34 void Read(FILE* fid,char* kstr); 35 35 void WriteExp(FILE* fid,const char* nstr,int sgn,double cm,double sp); 36 int Id(){_error 2_("Not implemented yet.");};37 int MyRank(){_error 2_("Not implemented yet.");};38 void Marshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};39 int MarshallSize(){_error 2_("Not implemented yet.");};40 void Demarshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};41 int ObjectEnum(){_error 2_("Not implemented yet.");};42 Object* copy(){_error 2_("Not implemented yet.");};36 int Id(){_error_("Not implemented yet.");}; 37 int MyRank(){_error_("Not implemented yet.");}; 38 void Marshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 39 int MarshallSize(){_error_("Not implemented yet.");}; 40 void Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 41 int ObjectEnum(){_error_("Not implemented yet.");}; 42 Object* copy(){_error_("Not implemented yet.");}; 43 43 /*}}}*/ 44 44
Note:
See TracChangeset
for help on using the changeset viewer.