Changeset 8293 for issm/trunk/src/c/objects/KML/KML_SubStyle.h
- Timestamp:
- 05/16/11 11:39:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_SubStyle.h
r8208 r8293 29 29 void Write(FILE* fid,char* indent); 30 30 void Read(FILE* fid,char* kstr); 31 int Id() ;32 int MyRank() ;33 void Marshall(char** pmarshalled_dataset) ;34 int MarshallSize() ;35 void Demarshall(char** pmarshalled_dataset) ;36 int Enum() ;37 Object* copy() ;31 int Id(){_error_("Not implemented yet.");}; 32 int MyRank(){_error_("Not implemented yet.");}; 33 void Marshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 34 int MarshallSize(){_error_("Not implemented yet.");}; 35 void Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 36 int Enum(){_error_("Not implemented yet.");}; 37 Object* copy(){_error_("Not implemented yet.");}; 38 38 /*}}}*/ 39 39
Note:
See TracChangeset
for help on using the changeset viewer.