Changeset 9883 for issm/trunk/src/c/objects/KML/KML_LatLonBox.h
- Timestamp:
- 09/22/11 10:23:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_LatLonBox.h
r8464 r9883 40 40 int MarshallSize(){_error_("Not implemented yet.");}; 41 41 void Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 42 int Enum(){_error_("Not implemented yet.");};42 int ObjectEnum(){_error_("Not implemented yet.");}; 43 43 Object* copy(){_error_("Not implemented yet.");}; 44 44 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.