Changeset 9883 for issm/trunk/src/c/objects/Params/StringArrayParam.h
- Timestamp:
- 09/22/11 10:23:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/StringArrayParam.h
r9777 r9883 49 49 void Demarshall(char** pmarshalled_dataset); 50 50 #endif 51 int Enum();51 int ObjectEnum(); 52 52 Object* copy(); 53 53 /*}}}*/ 54 54 /*Param vritual function definitions: {{{1*/ 55 int EnumType(){return enum_type;}55 int InstanceEnum(){return enum_type;} 56 56 void GetParameterValue(bool* pbool){_error_("StringArray param of enum %i (%s) cannot return a bool",enum_type,EnumToStringx(enum_type));} 57 57 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.