Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2006, 10:07:23 PM (18 years ago)
Author:
patrick
Message:

committing my weekends work: 2100 lines :D

  • proxy server now accepts and synchronizes clients like a master server
  • network manager got different network setup interface
  • network stream got different constructure scheme
  • permissions checking and algorithm extended and changed
  • starting ability to connect to multiple network nodes at the same time
  • some very much smaller changes here and there
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/synchronizeable.h

    r9386 r9396  
    2222#include <list>
    2323
    24 //State constants: They have to be of the form 2^n
    25 #define STATE_SERVER 1
    2624
    2725struct StateHistoryEntry
     
    4745    Synchronizeable();
    4846    virtual ~Synchronizeable();
    49 
    50 //     void setIsServer( bool isServer );
    51 //     bool isServer();
    5247
    5348    virtual void varChangeHandler( std::list<int> & id );
     
    7974  protected:
    8075    NetworkStream*    networkStream;  //!< reference network stream we are connected to
    81 //     int               state;
     76
    8277
    8378  private:
Note: See TracChangeset for help on using the changeset viewer.