Changeset dfed1c for src/base/proxy.cpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/base/proxy.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/proxy.cpp
r66f24d rdfed1c 8 8 */ 9 9 10 11 10 #ifdef HAVE_CONFIG_H 12 11 #include <config.h> 13 12 #endif 14 13 15 #include "base/ factory.hpp"14 #include "base/command_factory.hpp" 16 15 #include "base/proxy.hpp" 17 16 … … 20 19 CommandProxyBase::CommandProxyBase() 21 20 { 22 // CommandFactory::Instance()->Register(this);21 //MG::GetCommands().Register(this); 23 22 }
Note:
See TracChangeset
for help on using the changeset viewer.
