Changeset 3572 in Sophya for trunk/SophyaLib/NTools/datatypes.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/datatypes.cc
r2615 r3572 9 9 10 10 /* Nouvelle-Fonction */ 11 c har * DataName(PBaseDataTypes typ)11 const char * DataName(PBaseDataTypes typ) 12 12 { 13 13 switch (typ) … … 33 33 34 34 /* Nouvelle-Fonction */ 35 c har * DataLongName(PBaseDataTypes typ)35 const char * DataLongName(PBaseDataTypes typ) 36 36 { 37 37 switch (typ)
Note:
See TracChangeset
for help on using the changeset viewer.