Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5591 in orxonox.OLD


Ignore:
Timestamp:
Nov 16, 2005, 2:06:50 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

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

    r5589 r5591  
    77#define _NETWORK_STREAM
    88
    9 
     9#include "base_object.h"
    1010#include "data_stream.h"
    1111// #include "network_protocol.h"
     
    2222  NetworkStream();
    2323  ~NetworkStream();
    24   /* void writePacket();
     24  void writePacket();
    2525  void readPacket();
    2626
    2727private:
    28   NetworkProtocol& networkProtocol;
    29   NetworkSocket&        networkSockets;
    30   tList<Synchronizeable> synchronizeables;
    31   friend NetworkMonitor& networkMonitor;
    32  */
     28 // NetworkProtocol* networkProtocol;
     29  NetworkSocket*        networkSockets;
     30  tList<Synchronizeable>* synchronizeables;
     31
    3332};
    3433#endif /* _NETWORK_STREAM */
Note: See TracChangeset for help on using the changeset viewer.