Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5587 in orxonox.OLD


Ignore:
Timestamp:
Nov 16, 2005, 1:55:42 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

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

    r5585 r5587  
    33 *  implementation of a network pipe
    44 */
    5 /*
     5
    66#ifndef _NETWORK_STREAM
    77#define _NETWORK_STREAM
    8 #define
    98
     9/*
    1010#include "data_stream.h"
    1111#include "network_protocol.h"
     
    1616*/
    1717
    18 class NetworkStream 
     18class NetworkStream
    1919{
    2020
     
    2222  NetworkStream();
    2323  ~NetworkStream();
    24   /*void writePacket();
     24  /* void writePacket();
    2525  void readPacket();
    2626
    2727private:
    2828  NetworkProtocol& networkProtocol;
    29   NetworkSocket&        networkSockets;
     29  NetworkSocket&        networkSockets;
    3030  tList<Synchronizeable> synchronizeables;
    3131  friend NetworkMonitor& networkMonitor;
    3232 */
    33 }
     33};
    3434#endif /* _NETWORK_STREAM */
    3535
Note: See TracChangeset for help on using the changeset viewer.