Changes in src/Actions/ErrorAction.hpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ErrorAction.hpp
r0b2ce9 re4afb4 15 15 { 16 16 public: 17 ErrorAction( std::string _name,const char * _errorMsg,bool _doRegister=true);17 ErrorAction(const ActionTraits &_trait,const char * _errorMsg,bool _doRegister=true); 18 18 virtual ~ErrorAction(); 19 19
Note:
See TracChangeset
for help on using the changeset viewer.