Changes in src/Actions/ValueStorage.cpp [bcf653:861874]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ValueStorage.cpp
rbcf653 r861874 1 /*2 * Project: MoleCuilder3 * Description: creates and alters molecular systems4 * Copyright (C) 2010 University of Bonn. All rights reserved.5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.6 */7 8 1 /* 9 2 * ValueStorage.cpp … … 13 6 */ 14 7 15 // include config.h16 #ifdef HAVE_CONFIG_H17 #include <config.h>18 #endif19 20 #include "Helpers/MemDebug.hpp"21 8 22 9 #include "ValueStorage.hpp" 23 10 #include "Patterns/Singleton_impl.hpp" 24 11 25 ValueStorage::ValueStorage() : 26 MapOfActions_instance(MapOfActions::getInstance()) 27 {}; 12 ValueStorage::ValueStorage() {}; 28 13 29 14 ValueStorage::~ValueStorage() {};
Note:
See TracChangeset
for help on using the changeset viewer.