Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/network/proxy/proxy_control.cc


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/network/proxy/proxy_control.cc

    r9656 r9869  
    1515#include "proxy_control.h"
    1616
    17 #include "class_list.h"
    1817#include "shell_command.h"
    1918
     
    2827#include "converter.h"
    2928
    30 #include "preferences.h"
     29#include "parser/preferences/preferences.h"
    3130
    3231#include "debug.h"
     
    4140
    4241SHELL_COMMAND(forceReconnect, ProxyControl, forceReconnectionShell);
     42ObjectListDefinition(ProxyControl);
    4343
    4444/**
     
    4747ProxyControl::ProxyControl()
    4848{
    49   this->setClassID( CL_PROXY_CONTROL, "ProxyControl" );
     49  this->registerObject(this, ProxyControl::_objectList);
    5050
    5151  this->setSynchronized(false);
Note: See TracChangeset for help on using the changeset viewer.