Changeset dfed1c for src/base/proxy.cpp


Ignore:
Timestamp:
Nov 22, 2011, 9:22:10 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
facba0
Parents:
66f24d
Message:

Major vmg update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1136 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/proxy.cpp

    r66f24d rdfed1c  
    88 */
    99
    10 
    1110#ifdef HAVE_CONFIG_H
    1211#include <config.h>
    1312#endif
    1413
    15 #include "base/factory.hpp"
     14#include "base/command_factory.hpp"
    1615#include "base/proxy.hpp"
    1716
     
    2019CommandProxyBase::CommandProxyBase()
    2120{
    22   //    CommandFactory::Instance()->Register(this);
     21  //MG::GetCommands().Register(this);
    2322}
Note: See TracChangeset for help on using the changeset viewer.