Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/network/tcp_server_socket.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/tcp_server_socket.cc

    r9494 r9869  
    2626#include "debug.h"
    2727
     28ObjectListDefinition(TcpServerSocket);
    2829TcpServerSocket::TcpServerSocket( int port ) : ServerSocket( port )
    2930{
     
    4849{
    4950  /* set the class id for the base object */
    50   this->setClassID(CL_SERVER_SOCKET, "TcpServerSocket");
     51  this->registerObject(this, TcpServerSocket::_objectList);
    5152
    5253  terminateThread = false;
Note: See TracChangeset for help on using the changeset viewer.