Changeset 19201
- Timestamp:
- 03/17/15 10:53:43 (10 years ago)
- Location:
- issm/trunk-jpl/src/c/kml
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/kml/KML_Attribute.h
r15068 r19201 29 29 int ObjectEnum(){_error_("Not implemented yet.");}; 30 30 Object* copy(){_error_("Not implemented yet.");}; 31 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 31 32 /*}}}*/ 32 33 -
issm/trunk-jpl/src/c/kml/KML_ColorStyle.h
r15068 r19201 36 36 int ObjectEnum(){_error_("Not implemented yet.");}; 37 37 Object* copy(){_error_("Not implemented yet.");}; 38 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 38 39 /*}}}*/ 39 40 -
issm/trunk-jpl/src/c/kml/KML_Comment.h
r15068 r19201 30 30 int ObjectEnum(){_error_("Not implemented yet.");}; 31 31 Object* copy(){_error_("Not implemented yet.");}; 32 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 32 33 /*}}}*/ 33 34 -
issm/trunk-jpl/src/c/kml/KML_Container.h
r15068 r19201 33 33 int ObjectEnum(){_error_("Not implemented yet.");}; 34 34 Object* copy(){_error_("Not implemented yet.");}; 35 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 35 36 /*}}}*/ 36 37 -
issm/trunk-jpl/src/c/kml/KML_Document.h
r15068 r19201 30 30 int ObjectEnum(){_error_("Not implemented yet.");}; 31 31 Object* copy(){_error_("Not implemented yet.");}; 32 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 32 33 /*}}}*/ 33 34 -
issm/trunk-jpl/src/c/kml/KML_Feature.h
r15068 r19201 44 44 int ObjectEnum(){_error_("Not implemented yet.");}; 45 45 Object* copy(){_error_("Not implemented yet.");}; 46 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 46 47 /*}}}*/ 47 48 -
issm/trunk-jpl/src/c/kml/KML_File.h
r15068 r19201 32 32 int ObjectEnum(){_error_("Not implemented yet.");}; 33 33 Object* copy(){_error_("Not implemented yet.");}; 34 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 34 35 /*}}}*/ 35 36 -
issm/trunk-jpl/src/c/kml/KML_Folder.h
r15068 r19201 30 30 int ObjectEnum(){_error_("Not implemented yet.");}; 31 31 Object* copy(){_error_("Not implemented yet.");}; 32 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 32 33 /*}}}*/ 33 34 -
issm/trunk-jpl/src/c/kml/KML_Geometry.h
r15068 r19201 29 29 int ObjectEnum(){_error_("Not implemented yet.");}; 30 30 Object* copy(){_error_("Not implemented yet.");}; 31 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 31 32 /*}}}*/ 32 33 -
issm/trunk-jpl/src/c/kml/KML_GroundOverlay.h
r15068 r19201 36 36 int ObjectEnum(){_error_("Not implemented yet.");}; 37 37 Object* copy(){_error_("Not implemented yet.");}; 38 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 38 39 /*}}}*/ 39 40 -
issm/trunk-jpl/src/c/kml/KML_Icon.h
r15068 r19201 44 44 int ObjectEnum(){_error_("Not implemented yet.");}; 45 45 Object* copy(){_error_("Not implemented yet.");}; 46 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 46 47 /*}}}*/ 47 48 -
issm/trunk-jpl/src/c/kml/KML_LatLonBox.h
r15068 r19201 35 35 int ObjectEnum(){_error_("Not implemented yet.");}; 36 36 Object* copy(){_error_("Not implemented yet.");}; 37 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 37 38 /*}}}*/ 38 39 -
issm/trunk-jpl/src/c/kml/KML_LineString.h
r15068 r19201 38 38 int ObjectEnum(){_error_("Not implemented yet.");}; 39 39 Object* copy(){_error_("Not implemented yet.");}; 40 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 40 41 /*}}}*/ 41 42 -
issm/trunk-jpl/src/c/kml/KML_LineStyle.h
r15068 r19201 31 31 int ObjectEnum(){_error_("Not implemented yet.");}; 32 32 Object* copy(){_error_("Not implemented yet.");}; 33 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 33 34 /*}}}*/ 34 35 -
issm/trunk-jpl/src/c/kml/KML_LinearRing.h
r15068 r19201 38 38 int ObjectEnum(){_error_("Not implemented yet.");}; 39 39 Object* copy(){_error_("Not implemented yet.");}; 40 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 40 41 /*}}}*/ 41 42 -
issm/trunk-jpl/src/c/kml/KML_MultiGeometry.h
r15068 r19201 34 34 int ObjectEnum(){_error_("Not implemented yet.");}; 35 35 Object* copy(){_error_("Not implemented yet.");}; 36 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 36 37 /*}}}*/ 37 38 -
issm/trunk-jpl/src/c/kml/KML_Object.h
r16233 r19201 30 30 int ObjectEnum(){_error_("Not implemented yet.");}; 31 31 Object* copy(){_error_("Not implemented yet.");}; 32 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 32 33 /*}}}*/ 33 34 -
issm/trunk-jpl/src/c/kml/KML_Overlay.h
r15068 r19201 36 36 int ObjectEnum(){_error_("Not implemented yet.");}; 37 37 Object* copy(){_error_("Not implemented yet.");}; 38 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 38 39 /*}}}*/ 39 40 -
issm/trunk-jpl/src/c/kml/KML_Placemark.h
r15068 r19201 34 34 int ObjectEnum(){_error_("Not implemented yet.");}; 35 35 Object* copy(){_error_("Not implemented yet.");}; 36 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 36 37 /*}}}*/ 37 38 -
issm/trunk-jpl/src/c/kml/KML_Point.h
r15068 r19201 36 36 int ObjectEnum(){_error_("Not implemented yet.");}; 37 37 Object* copy(){_error_("Not implemented yet.");}; 38 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 38 39 /*}}}*/ 39 40 -
issm/trunk-jpl/src/c/kml/KML_PolyStyle.h
r15068 r19201 32 32 int ObjectEnum(){_error_("Not implemented yet.");}; 33 33 Object* copy(){_error_("Not implemented yet.");}; 34 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 34 35 /*}}}*/ 35 36 -
issm/trunk-jpl/src/c/kml/KML_Polygon.h
r15068 r19201 40 40 int ObjectEnum(){_error_("Not implemented yet.");}; 41 41 Object* copy(){_error_("Not implemented yet.");}; 42 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 42 43 /*}}}*/ 43 44 -
issm/trunk-jpl/src/c/kml/KML_Style.h
r15068 r19201 38 38 int ObjectEnum(){_error_("Not implemented yet.");}; 39 39 Object* copy(){_error_("Not implemented yet.");}; 40 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 40 41 /*}}}*/ 41 42 -
issm/trunk-jpl/src/c/kml/KML_StyleSelector.h
r15068 r19201 29 29 int ObjectEnum(){_error_("Not implemented yet.");}; 30 30 Object* copy(){_error_("Not implemented yet.");}; 31 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 31 32 /*}}}*/ 32 33 -
issm/trunk-jpl/src/c/kml/KML_SubStyle.h
r15068 r19201 29 29 int ObjectEnum(){_error_("Not implemented yet.");}; 30 30 Object* copy(){_error_("Not implemented yet.");}; 31 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 31 32 /*}}}*/ 32 33 -
issm/trunk-jpl/src/c/kml/KML_Unknown.h
r15068 r19201 32 32 int ObjectEnum(){_error_("Not implemented yet.");}; 33 33 Object* copy(){_error_("Not implemented yet.");}; 34 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");}; 34 35 /*}}}*/ 35 36
Note:
See TracChangeset
for help on using the changeset viewer.