Changeset abd4a1 for molecuilder/src/Actions/ActionHistory.cpp
- Timestamp:
- Apr 8, 2010, 2:00:11 PM (16 years ago)
- Children:
- 91b18cd
- Parents:
- 770138
- File:
-
- 1 edited
-
molecuilder/src/Actions/ActionHistory.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ActionHistory.cpp
r770138 rabd4a1 45 45 46 46 void ActionHistory::addElement(Action* action,Action::state_ptr state){ 47 cout << "Adding action to end of history" << endl;48 47 yrotsih.clear(); 49 48 history.push_back(HistoryElement(action,state)); … … 51 50 52 51 void ActionHistory::clear(){ 53 cout << "History cleared" << endl;54 52 history.clear(); 55 53 yrotsih.clear();
Note:
See TracChangeset
for help on using the changeset viewer.
