Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2005, 2:52:17 PM (18 years ago)
Author:
bknecht
Message:

"synchronized" DataStream with NetworkStream

File:
1 edited

Legend:

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

    r5722 r5728  
    3333}
    3434
    35 
    3635/**
    3736 * This constructor creates a new DataStream and connects it to both streams (upStream, downStream)
     
    5251}
    5352
    54 /**
    55  * This funtion connects this stream to a Synchronizable object. This stream is the top of the stream-chain.
    56  */
    57 void DataStream::connectSynchronizeable(Synchronizeable& sync)
    58 {
    59      
    60 }
    61    
    62 /**
    63  * And this function disconnects the Synch-object and sets it to NULL   
    64  */
    65 void DataStream::disconnectSynchronizeable()
    66 {
    67      
    68 }
    69 
    70 /**
    71  * This function connects the stream to a NetworkSocket. This stream is the bottom of the stream-chain
    72  */   
    73 void DataStream::connectNetworkSocket(NetworkSocket& socket)
    74 {
    75      
    76 }
    77    
    78 /**
    79  * And this function disconnects the Socket and sets it to NULL
    80  */   
    81 void DataStream::disconnectNetworkSocket()
    82 {
    83      
    84 }
    8553
    8654/**
Note: See TracChangeset for help on using the changeset viewer.