Changeset 9777 for issm/trunk/src/c/objects/Options/OptionChar.h
- Timestamp:
- 09/12/11 13:11:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Options/OptionChar.h
r8564 r9777 30 30 int Id(){_error_("Not implemented yet");}; 31 31 int MyRank(){_error_("Not implemented yet");}; 32 #ifdef _SERIAL_ 32 33 void Marshall(char** pmarshalled_dataset){_error_("Not implemented yet");}; 33 34 int MarshallSize(){_error_("Not implemented yet");}; 34 35 void Demarshall(char** pmarshalled_dataset){_error_("Not implemented yet");}; 36 #endif 35 37 int Enum(){return OptionCharEnum;}; 36 38 Object* copy(){_error_("Not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.