Ignore:
Timestamp:
05/16/11 11:39:05 (14 years ago)
Author:
jschierm
Message:

KML objects: Move dummy virtual functions from cpp to h files (among other minor changes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/KML/KML_Object.h

    r8208 r8293  
    3030                virtual void  DeepEcho();
    3131                virtual void  DeepEcho(char* indent);
    32                 int   Id();
    33                 int   MyRank();
    34                 void  Marshall(char** pmarshalled_dataset);
    35                 int   MarshallSize();
    36                 void  Demarshall(char** pmarshalled_dataset);
    37                 int   Enum();
    38                 Object* copy();
     32                int   Id(){_error_("Not implemented yet.");};
     33                int   MyRank(){_error_("Not implemented yet.");};
     34                void  Marshall(char** pmarshalled_dataset){_error_("Not implemented yet.");};
     35                int   MarshallSize(){_error_("Not implemented yet.");};
     36                void  Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");};
     37                int   Enum(){_error_("Not implemented yet.");};
     38                Object* copy(){_error_("Not implemented yet.");};
    3939                /*}}}*/
    4040
Note: See TracChangeset for help on using the changeset viewer.