Changeset 512 for cpp/frams/util/validitychecks.cpp
- Timestamp:
- 05/23/16 13:50:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/validitychecks.cpp
r375 r512 21 21 } 22 22 23 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)( SString& in))23 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(const SString& in)) 24 24 { 25 25 if (!checker)
Note: See TracChangeset
for help on using the changeset viewer.