Ignore:
Timestamp:
Jan 7, 2010, 2:46:34 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d97af9
Parents:
34ff5e6
Message:

Added a central registry that allows access to actions by name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/ErrorAction.cpp

    r34ff5e6 r3e8325  
    1414using namespace std;
    1515
    16 ErrorAction::ErrorAction(const char * _errorMsg) :
     16ErrorAction::ErrorAction(string _name,const char * _errorMsg,bool _doRegister) :
     17Action(_name,_doRegister),
    1718errorMsg(_errorMsg)
    1819{
Note: See TracChangeset for help on using the changeset viewer.