Changeset 5591 in orxonox.OLD for branches/network/src
- Timestamp:
- Nov 16, 2005, 2:06:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.h
r5589 r5591 7 7 #define _NETWORK_STREAM 8 8 9 9 #include "base_object.h" 10 10 #include "data_stream.h" 11 11 // #include "network_protocol.h" … … 22 22 NetworkStream(); 23 23 ~NetworkStream(); 24 /*void writePacket();24 void writePacket(); 25 25 void readPacket(); 26 26 27 27 private: 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 33 32 }; 34 33 #endif /* _NETWORK_STREAM */
Note: See TracChangeset
for help on using the changeset viewer.