Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5607 in orxonox.OLD


Ignore:
Timestamp:
Nov 16, 2005, 3:44:05 PM (18 years ago)
Author:
bottac
Message:
 
Location:
branches/network/src/lib/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r5604 r5607  
    3434
    3535  /* initialize the references */
    36   this->networkSockets = NULL;
     36  this->networkSockets = new NetworkSocket();
    3737  this->synchronizeables = NULL;
     38  this->connectionMonitor = new ConnectionMonitor();
     39
    3840}
    3941
  • branches/network/src/lib/network/network_stream.h

    r5604 r5607  
    2626private:
    2727  //NetworkProtocol* networkProtocol;
    28   NetworkSocket*        networkSockets;
     28  NetworkSocket*          networkSockets;
     29  ConnectionMonitor*      connectionMonitor;
    2930  tList<Synchronizeable>* synchronizeables;
     31 
    3032};
    3133#endif /* _NETWORK_STREAM */
Note: See TracChangeset for help on using the changeset viewer.