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