- Timestamp:
- 09/20/12 18:08:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/KML/KML_Attribute.h
r13056 r13414 31 31 virtual void DeepEcho(const char* indent); 32 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 33 int ObjectEnum(){_error_("Not implemented yet.");}; 38 34 Object* copy(){_error_("Not implemented yet.");};
Note:
See TracChangeset
for help on using the changeset viewer.