Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionRegistry.cpp

    r97ebf8 rd56640  
    4343}
    4444
    45 void ActionRegistry::unregisterAction(Action* action){
    46   actionMap.erase(action->getName());
    47 }
    48 
    49 std::map<const std::string,Action*>::iterator ActionRegistry::getBeginIter()
    50 {
    51   return actionMap.begin();
    52 }
    53 
    54 std::map<const std::string,Action*>::iterator ActionRegistry::getEndIter()
    55 {
    56   return actionMap.end();
    57 }
    58 
    5945CONSTRUCT_SINGLETON(ActionRegistry)
Note: See TracChangeset for help on using the changeset viewer.