/** * @file proxy.cpp * @author Julian Iseringhausen * @date Mon Apr 18 12:23:15 2011 * * @brief Source file for the class VMG::CommandProxyBase * */ #ifdef HAVE_CONFIG_H #include #endif #include "base/command_factory.hpp" #include "base/proxy.hpp" using namespace VMG; CommandProxyBase::CommandProxyBase() { //MG::GetCommands().Register(this); }