Changeset 12365 for issm/trunk-jpl/src/c/objects/Options/OptionChar.h
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Options/OptionChar.h
r12292 r12365 6 6 #define _OPTIONCHAR_H_ 7 7 8 /*Headers:{{{ 1*/8 /*Headers:{{{*/ 9 9 #include "../../include/include.h" 10 10 #include "../../shared/Exceptions/exceptions.h" … … 20 20 char* values; 21 21 22 /*OptionChar constructors, destructors {{{ 1*/22 /*OptionChar constructors, destructors {{{*/ 23 23 OptionChar(); 24 24 ~OptionChar(); 25 25 /*}}}*/ 26 /*Object virtual functions definitions:{{{ 1*/26 /*Object virtual functions definitions:{{{*/ 27 27 void Echo(); 28 28 void DeepEcho();
Note:
See TracChangeset
for help on using the changeset viewer.