/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010-2012 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * CommandRegistry.cpp * * Created on: Dec 11, 2011 * Author: heber */ // include config.h #ifdef HAVE_CONFIG_H #include #endif // boost asio needs specific operator new #include #include "CodePatterns/MemDebug.hpp" #include "Controller/CommandRegistry.hpp" #include "CodePatterns/Registry_impl.hpp" CommandRegistry::CommandRegistry() {} CommandRegistry::~CommandRegistry() {} CONSTRUCT_REGISTRY(Operation)