Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2005, 1:23:21 AM (18 years ago)
Author:
patrick
Message:

network: some more constructor/interface work

File:
1 edited

Legend:

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

    r5612 r5648  
    2626 * This is the empty construktor
    2727 */
    28 DataStream::DataStream()
     28DataStream::DataStream(Synchronizeable& sync)
    2929{
     30  this->setClassID(CL_DATA_STREAM, "DataStream");
     31  this->sync = &sync;
    3032                       
    3133}
Note: See TracChangeset for help on using the changeset viewer.