Changeset b53a7e for molecuilder/src/Actions/small_actions.hpp
- Timestamp:
- Feb 18, 2010, 10:59:29 AM (16 years ago)
- Children:
- 536380, a5471c
- Parents:
- 120f8b
- git-author:
- Tillmann Crueger <crueger@…> (02/17/10 17:07:35)
- git-committer:
- Tillmann Crueger <crueger@…> (02/18/10 10:59:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/small_actions.hpp
r120f8b rb53a7e 1 1 // All rather small Actions should go into this file for simplicities sake 2 2 3 #ifndef _SMALL_ACTIONS_HPP 4 #define _SMALL_ACTIONS_HPP 5 3 6 #include "Actions/Action.hpp" 4 7 #include "Actions/Process.hpp" 5 8 6 9 class MoleculeListClass; … … 9 12 public: 10 13 ChangeMoleculeNameAction(MoleculeListClass*); 11 ~ChangeMoleculeNameAction();14 virtual ~ChangeMoleculeNameAction(); 12 15 13 16 void call(); … … 21 24 static char NAME[]; 22 25 }; 26 27 #endif // _SMALL_ACTIONS_HPP
Note:
See TracChangeset
for help on using the changeset viewer.