Changeset 9883 for issm/trunk/src/c/objects/KML/KML_StyleSelector.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_StyleSelector.h
r8293 r9883 34 34 int MarshallSize(){_error_("Not implemented yet.");}; 35 35 void Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");}; 36 int Enum(){_error_("Not implemented yet.");};36 int ObjectEnum(){_error_("Not implemented yet.");}; 37 37 Object* copy(){_error_("Not implemented yet.");}; 38 38 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.