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_SubStyle.h

    r8208 r8293  
    2929                void  Write(FILE* fid,char* indent);
    3030                void  Read(FILE* fid,char* kstr);
    31                 int   Id();
    32                 int   MyRank();
    33                 void  Marshall(char** pmarshalled_dataset);
    34                 int   MarshallSize();
    35                 void  Demarshall(char** pmarshalled_dataset);
    36                 int   Enum();
    37                 Object* copy();
     31                int   Id(){_error_("Not implemented yet.");};
     32                int   MyRank(){_error_("Not implemented yet.");};
     33                void  Marshall(char** pmarshalled_dataset){_error_("Not implemented yet.");};
     34                int   MarshallSize(){_error_("Not implemented yet.");};
     35                void  Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");};
     36                int   Enum(){_error_("Not implemented yet.");};
     37                Object* copy(){_error_("Not implemented yet.");};
    3838                /*}}}*/
    3939
Note: See TracChangeset for help on using the changeset viewer.