Changeset c489d9
- Timestamp:
- Jan 11, 2010, 10:40:20 AM (16 years ago)
- Children:
- f89c1c
- Parents:
- 1120b7
- Location:
- molecuilder/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/menu.cpp
r1120b7 rc489d9 1109 1109 // TODO Auto-generated destructor stub 1110 1110 } 1111 1112 void oldmenu::notImplementedYet() {1113 Log() << Verbose(0) << "This method has not yet been moved to an appropriate class." << endl;1114 }1115 1116 void oldmenu::perform(MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName)1117 {1118 1119 }; -
molecuilder/src/menu.hpp
r1120b7 rc489d9 21 21 oldmenu(); 22 22 virtual ~oldmenu(); 23 24 void notImplementedYet();25 void perform(MoleculeListClass *, config *, periodentafel *, char *);26 23 27 24 // methods taken from ManipulateMoleculse submenu
Note:
See TracChangeset
for help on using the changeset viewer.
