Index: /issm/trunk-jpl/src/c/kml/KML_Attribute.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Attribute.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Attribute.h	(revision 19201)
@@ -29,4 +29,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_ColorStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_ColorStyle.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_ColorStyle.h	(revision 19201)
@@ -36,4 +36,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Comment.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Comment.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Comment.h	(revision 19201)
@@ -30,4 +30,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Container.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Container.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Container.h	(revision 19201)
@@ -33,4 +33,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Document.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Document.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Document.h	(revision 19201)
@@ -30,4 +30,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Feature.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Feature.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Feature.h	(revision 19201)
@@ -44,4 +44,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_File.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_File.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_File.h	(revision 19201)
@@ -32,4 +32,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Folder.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Folder.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Folder.h	(revision 19201)
@@ -30,4 +30,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Geometry.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Geometry.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Geometry.h	(revision 19201)
@@ -29,4 +29,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_GroundOverlay.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_GroundOverlay.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_GroundOverlay.h	(revision 19201)
@@ -36,4 +36,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Icon.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Icon.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Icon.h	(revision 19201)
@@ -44,4 +44,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_LatLonBox.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_LatLonBox.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_LatLonBox.h	(revision 19201)
@@ -35,4 +35,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_LineString.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_LineString.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_LineString.h	(revision 19201)
@@ -38,4 +38,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_LineStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_LineStyle.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_LineStyle.h	(revision 19201)
@@ -31,4 +31,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_LinearRing.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_LinearRing.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_LinearRing.h	(revision 19201)
@@ -38,4 +38,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_MultiGeometry.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_MultiGeometry.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_MultiGeometry.h	(revision 19201)
@@ -34,4 +34,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Object.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Object.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Object.h	(revision 19201)
@@ -30,4 +30,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Overlay.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Overlay.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Overlay.h	(revision 19201)
@@ -36,4 +36,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Placemark.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Placemark.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Placemark.h	(revision 19201)
@@ -34,4 +34,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Point.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Point.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Point.h	(revision 19201)
@@ -36,4 +36,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_PolyStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_PolyStyle.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_PolyStyle.h	(revision 19201)
@@ -32,4 +32,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Polygon.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Polygon.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Polygon.h	(revision 19201)
@@ -40,4 +40,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Style.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Style.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Style.h	(revision 19201)
@@ -38,4 +38,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_StyleSelector.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_StyleSelector.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_StyleSelector.h	(revision 19201)
@@ -29,4 +29,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_SubStyle.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_SubStyle.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_SubStyle.h	(revision 19201)
@@ -29,4 +29,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
Index: /issm/trunk-jpl/src/c/kml/KML_Unknown.h
===================================================================
--- /issm/trunk-jpl/src/c/kml/KML_Unknown.h	(revision 19200)
+++ /issm/trunk-jpl/src/c/kml/KML_Unknown.h	(revision 19201)
@@ -32,4 +32,5 @@
 		int   ObjectEnum(){_error_("Not implemented yet.");};
 		Object* copy(){_error_("Not implemented yet.");};
+		void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
 		/*}}}*/
 
