Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2005, 10:07:30 PM (18 years ago)
Author:
patrick
Message:

network: now working with classlist

File:
1 edited

Legend:

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

    r5572 r5575  
    3636
    3737private:
    38   tList<NetworkStream>*    netStreamList;            // list with refs to all network streams
    39   tList<Synchronizeable>*  syncList;                 // list of synchronizeables
     38  tList<BaseObject>*    netStreamList;            // list with refs to all network streams
     39  tList<BaseObject>*  syncList;                 // list of synchronizeables
    4040   
    4141};
Note: See TracChangeset for help on using the changeset viewer.