Ignore:
Timestamp:
09/22/11 10:23:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

Method Enum is now ObjectEnum and EnumType is InstanceEnum

File:
1 edited

Legend:

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

    r9261 r9883  
    3838                int   MarshallSize(){_error_("Not implemented yet.");};
    3939                void  Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet.");};
    40                 int   Enum(){_error_("Not implemented yet.");};
     40                int   ObjectEnum(){_error_("Not implemented yet.");};
    4141                Object* copy(){_error_("Not implemented yet.");};
    4242                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.