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/Params/StringArrayParam.h

    r9777 r9883  
    4949                void  Demarshall(char** pmarshalled_dataset);
    5050                #endif
    51                 int   Enum();
     51                int   ObjectEnum();
    5252                Object* copy();
    5353                /*}}}*/
    5454                /*Param vritual function definitions: {{{1*/
    55                 int   EnumType(){return enum_type;}
     55                int   InstanceEnum(){return enum_type;}
    5656                void  GetParameterValue(bool* pbool){_error_("StringArray param of enum %i (%s) cannot return a bool",enum_type,EnumToStringx(enum_type));}
    5757                void  GetParameterValue(int* pinteger){_error_("StringArray param of enum %i (%s) cannot return an integer",enum_type,EnumToStringx(enum_type));}
Note: See TracChangeset for help on using the changeset viewer.