Changeset 8293 for issm/trunk/src/c/objects/KML/KML_Object.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_Object.h
r8208 r8293 30 30 virtual void DeepEcho(); 31 31 virtual void DeepEcho(char* indent); 32 int Id() ;33 int MyRank() ;34 void Marshall(char** pmarshalled_dataset) ;35 int MarshallSize() ;36 void Demarshall(char** pmarshalled_dataset) ;37 int Enum() ;38 Object* copy() ;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 Enum(){_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.