Changeset 2512 in Sophya for trunk/SophyaLib/SysTools/cexpre.h
- Timestamp:
- Mar 16, 2004, 12:49:33 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/cexpre.h
r2510 r2512 15 15 16 16 //! Exception class used by CExpressionEvaluator 17 class CExprException : PException {17 class CExprException : public PException { 18 18 public: 19 19 explicit CExprException(const char * m) : PException(m) {}
Note:
See TracChangeset
for help on using the changeset viewer.