Changeset 521e29 for molecuilder/src/Actions/ManipulateAtomsProcess.cpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/ManipulateAtomsProcess.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ManipulateAtomsProcess.cpp
r0012e6 r521e29 25 25 {} 26 26 27 Action State*ManipulateAtomsProcess::performCall(){27 Action::state_ptr ManipulateAtomsProcess::performCall(){ 28 28 World::getInstance().doManipulate(this); 29 29 return Action::success; 30 30 } 31 31 32 Action State* ManipulateAtomsProcess::performUndo(ActionState*){32 Action::state_ptr ManipulateAtomsProcess::performUndo(Action::state_ptr){ 33 33 ASSERT(0,"Undo called for a ManipulateAtomsProcess"); 34 34 return Action::success; 35 35 } 36 36 37 Action State* ManipulateAtomsProcess::performRedo(ActionState*){37 Action::state_ptr ManipulateAtomsProcess::performRedo(Action::state_ptr){ 38 38 ASSERT(0,"Redo called for a ManipulateAtomsProcess"); 39 39 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.
