Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 16, 2005, 3:44:05 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

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

    r5604 r5607  
    3434
    3535  /* initialize the references */
    36   this->networkSockets = NULL;
     36  this->networkSockets = new NetworkSocket();
    3737  this->synchronizeables = NULL;
     38  this->connectionMonitor = new ConnectionMonitor();
     39
    3840}
    3941
Note: See TracChangeset for help on using the changeset viewer.