Changeset d97af9 for molecuilder/src/Actions/ActionRegistry.cpp
- Timestamp:
- Jan 9, 2010, 11:30:49 AM (16 years ago)
- Children:
- 1120b7
- Parents:
- 3e8325
- File:
-
- 1 edited
-
molecuilder/src/Actions/ActionRegistry.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ActionRegistry.cpp
r3e8325 rd97af9 19 19 ActionRegistry::ActionRegistry() 20 20 { 21 // TODO Auto-generated constructor stub22 23 21 } 24 22 25 23 ActionRegistry::~ActionRegistry() 26 24 { 27 // TODO Auto-generated destructor stub 25 map<const string,Action*>::iterator iter; 26 for(iter=actionMap.begin();iter!=actionMap.end();iter++) { 27 delete iter->second; 28 actionMap.erase(iter); 29 } 28 30 } 29 31
Note:
See TracChangeset
for help on using the changeset viewer.
