- Timestamp:
- 08/14/12 16:58:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/objects/KML/KML_LineStyle.h ΒΆ
r12832 r13036 31 31 void Write(FILE* fid,const char* indent); 32 32 void Read(FILE* fid,char* kstr); 33 int Id(){_error 2_("Not implemented yet.");};34 int MyRank(){_error 2_("Not implemented yet.");};35 void Marshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};36 int MarshallSize(){_error 2_("Not implemented yet.");};37 void Demarshall(char** pmarshalled_dataset){_error 2_("Not implemented yet.");};38 int ObjectEnum(){_error 2_("Not implemented yet.");};39 Object* copy(){_error 2_("Not implemented yet.");};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.");}; 40 40 /*}}}*/ 41 41
Note:
See TracChangeset
for help on using the changeset viewer.