Ignore:
Timestamp:
Apr 8, 2010, 2:00:11 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
91b18cd
Parents:
770138
Message:

Added detailed documentation for the Action class

File:
1 edited

Legend:

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

    r770138 rabd4a1  
    4545
    4646void ActionHistory::addElement(Action* action,Action::state_ptr state){
    47   cout << "Adding action to end of history" << endl;
    4847  yrotsih.clear();
    4948  history.push_back(HistoryElement(action,state));
     
    5150
    5251void ActionHistory::clear(){
    53   cout << "History cleared" << endl;
    5452  history.clear();
    5553  yrotsih.clear();
Note: See TracChangeset for help on using the changeset viewer.