Changeset 19201


Ignore:
Timestamp:
03/17/15 10:53:43 (10 years ago)
Author:
Eric.Larour
Message:

CHG: forgot to add the Marshall routine.

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  
    2929                int   ObjectEnum(){_error_("Not implemented yet.");};
    3030                Object* copy(){_error_("Not implemented yet.");};
     31                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3132                /*}}}*/
    3233
  • issm/trunk-jpl/src/c/kml/KML_ColorStyle.h

    r15068 r19201  
    3636                int   ObjectEnum(){_error_("Not implemented yet.");};
    3737                Object* copy(){_error_("Not implemented yet.");};
     38                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3839                /*}}}*/
    3940
  • issm/trunk-jpl/src/c/kml/KML_Comment.h

    r15068 r19201  
    3030                int   ObjectEnum(){_error_("Not implemented yet.");};
    3131                Object* copy(){_error_("Not implemented yet.");};
     32                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3233                /*}}}*/
    3334
  • issm/trunk-jpl/src/c/kml/KML_Container.h

    r15068 r19201  
    3333                int   ObjectEnum(){_error_("Not implemented yet.");};
    3434                Object* copy(){_error_("Not implemented yet.");};
     35                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3536                /*}}}*/
    3637
  • issm/trunk-jpl/src/c/kml/KML_Document.h

    r15068 r19201  
    3030                int   ObjectEnum(){_error_("Not implemented yet.");};
    3131                Object* copy(){_error_("Not implemented yet.");};
     32                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3233                /*}}}*/
    3334
  • issm/trunk-jpl/src/c/kml/KML_Feature.h

    r15068 r19201  
    4444                int   ObjectEnum(){_error_("Not implemented yet.");};
    4545                Object* copy(){_error_("Not implemented yet.");};
     46                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4647                /*}}}*/
    4748
  • issm/trunk-jpl/src/c/kml/KML_File.h

    r15068 r19201  
    3232                int   ObjectEnum(){_error_("Not implemented yet.");};
    3333                Object* copy(){_error_("Not implemented yet.");};
     34                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3435                /*}}}*/
    3536
  • issm/trunk-jpl/src/c/kml/KML_Folder.h

    r15068 r19201  
    3030                int   ObjectEnum(){_error_("Not implemented yet.");};
    3131                Object* copy(){_error_("Not implemented yet.");};
     32                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3233                /*}}}*/
    3334
  • issm/trunk-jpl/src/c/kml/KML_Geometry.h

    r15068 r19201  
    2929                int   ObjectEnum(){_error_("Not implemented yet.");};
    3030                Object* copy(){_error_("Not implemented yet.");};
     31                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3132                /*}}}*/
    3233
  • issm/trunk-jpl/src/c/kml/KML_GroundOverlay.h

    r15068 r19201  
    3636                int   ObjectEnum(){_error_("Not implemented yet.");};
    3737                Object* copy(){_error_("Not implemented yet.");};
     38                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3839                /*}}}*/
    3940
  • issm/trunk-jpl/src/c/kml/KML_Icon.h

    r15068 r19201  
    4444                int   ObjectEnum(){_error_("Not implemented yet.");};
    4545                Object* copy(){_error_("Not implemented yet.");};
     46                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4647                /*}}}*/
    4748
  • issm/trunk-jpl/src/c/kml/KML_LatLonBox.h

    r15068 r19201  
    3535                int   ObjectEnum(){_error_("Not implemented yet.");};
    3636                Object* copy(){_error_("Not implemented yet.");};
     37                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3738                /*}}}*/
    3839
  • issm/trunk-jpl/src/c/kml/KML_LineString.h

    r15068 r19201  
    3838                int   ObjectEnum(){_error_("Not implemented yet.");};
    3939                Object* copy(){_error_("Not implemented yet.");};
     40                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4041                /*}}}*/
    4142
  • issm/trunk-jpl/src/c/kml/KML_LineStyle.h

    r15068 r19201  
    3131                int   ObjectEnum(){_error_("Not implemented yet.");};
    3232                Object* copy(){_error_("Not implemented yet.");};
     33                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3334                /*}}}*/
    3435
  • issm/trunk-jpl/src/c/kml/KML_LinearRing.h

    r15068 r19201  
    3838                int   ObjectEnum(){_error_("Not implemented yet.");};
    3939                Object* copy(){_error_("Not implemented yet.");};
     40                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4041                /*}}}*/
    4142
  • issm/trunk-jpl/src/c/kml/KML_MultiGeometry.h

    r15068 r19201  
    3434                int   ObjectEnum(){_error_("Not implemented yet.");};
    3535                Object* copy(){_error_("Not implemented yet.");};
     36                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3637                /*}}}*/
    3738
  • issm/trunk-jpl/src/c/kml/KML_Object.h

    r16233 r19201  
    3030                int   ObjectEnum(){_error_("Not implemented yet.");};
    3131                Object* copy(){_error_("Not implemented yet.");};
     32                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3233                /*}}}*/
    3334
  • issm/trunk-jpl/src/c/kml/KML_Overlay.h

    r15068 r19201  
    3636                int   ObjectEnum(){_error_("Not implemented yet.");};
    3737                Object* copy(){_error_("Not implemented yet.");};
     38                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3839                /*}}}*/
    3940
  • issm/trunk-jpl/src/c/kml/KML_Placemark.h

    r15068 r19201  
    3434                int   ObjectEnum(){_error_("Not implemented yet.");};
    3535                Object* copy(){_error_("Not implemented yet.");};
     36                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3637                /*}}}*/
    3738
  • issm/trunk-jpl/src/c/kml/KML_Point.h

    r15068 r19201  
    3636                int   ObjectEnum(){_error_("Not implemented yet.");};
    3737                Object* copy(){_error_("Not implemented yet.");};
     38                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3839                /*}}}*/
    3940
  • issm/trunk-jpl/src/c/kml/KML_PolyStyle.h

    r15068 r19201  
    3232                int   ObjectEnum(){_error_("Not implemented yet.");};
    3333                Object* copy(){_error_("Not implemented yet.");};
     34                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3435                /*}}}*/
    3536
  • issm/trunk-jpl/src/c/kml/KML_Polygon.h

    r15068 r19201  
    4040                int   ObjectEnum(){_error_("Not implemented yet.");};
    4141                Object* copy(){_error_("Not implemented yet.");};
     42                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4243                /*}}}*/
    4344
  • issm/trunk-jpl/src/c/kml/KML_Style.h

    r15068 r19201  
    3838                int   ObjectEnum(){_error_("Not implemented yet.");};
    3939                Object* copy(){_error_("Not implemented yet.");};
     40                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    4041                /*}}}*/
    4142
  • issm/trunk-jpl/src/c/kml/KML_StyleSelector.h

    r15068 r19201  
    2929                int   ObjectEnum(){_error_("Not implemented yet.");};
    3030                Object* copy(){_error_("Not implemented yet.");};
     31                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3132                /*}}}*/
    3233
  • issm/trunk-jpl/src/c/kml/KML_SubStyle.h

    r15068 r19201  
    2929                int   ObjectEnum(){_error_("Not implemented yet.");};
    3030                Object* copy(){_error_("Not implemented yet.");};
     31                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3132                /*}}}*/
    3233
  • issm/trunk-jpl/src/c/kml/KML_Unknown.h

    r15068 r19201  
    3232                int   ObjectEnum(){_error_("Not implemented yet.");};
    3333                Object* copy(){_error_("Not implemented yet.");};
     34                void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
    3435                /*}}}*/
    3536
Note: See TracChangeset for help on using the changeset viewer.