Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2005, 4:15:09 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

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

    r5728 r5741  
    1212class NetworkSocket;
    1313class ConnectionMonitor;
     14class NetworkProtocol;
    1415
    1516class NetworkStream : public DataStream
     
    2829
    2930private:
    30   //NetworkProtocol* networkProtocol;
    31   //NetworkSocket*        networkSockets;
    32   ConnectionMonitor*      connectionMonitor;
    33  // tList<Synchronizeable>* synchronizeables;
    34   Synchronizeable*          synchronizeables;
    35   NetworkSocket* networkSocket;
     31   NetworkProtocol* networkProtocol;
     32   //NetworkSocket*       networkSockets;
     33   ConnectionMonitor*      connectionMonitor;
     34   // tList<Synchronizeable>* synchronizeables;
     35   Synchronizeable*         synchronizeables;
     36   NetworkSocket* networkSocket;
    3637};
    3738#endif /* _NETWORK_STREAM */
Note: See TracChangeset for help on using the changeset viewer.