Changeset 521e29 for molecuilder/src/Actions/Calculation.hpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/Calculation.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Calculation.hpp
r0012e6 r521e29 64 64 virtual T* doCalc()=0; 65 65 private: 66 virtual Action State*performCall();67 virtual Action State* performUndo(ActionState*);68 virtual Action State* performRedo(ActionState*);66 virtual Action::state_ptr performCall(); 67 virtual Action::state_ptr performUndo(Action::state_ptr); 68 virtual Action::state_ptr performRedo(Action::state_ptr); 69 69 70 70 bool done;
Note:
See TracChangeset
for help on using the changeset viewer.
