Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2005, 4:29:32 PM (18 years ago)
Author:
rennerc
Message:

handshake: several clients can connect at the same time now

File:
1 edited

Legend:

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

    r6060 r6090  
    3939    bool isServer();
    4040    bool isOutOfSync();
    41     void setUniqueId( int id ){ uniqueID = id; }
     41    void setUniqueID( int id ){ uniqueID = id; }
    4242    int  getUniqueID() const { return uniqueID; };
    4343    void requestSync( int hostID ){ this->synchronizeRequests.push_back( hostID ); }
     
    4545    inline int getOwner(){ return owner; }
    4646    inline void setOwner(int owner){ this->owner = owner; }
    47    
     47
    4848    inline void setNetworkStream(NetworkStream* stream) { this->networkStream = stream; }
    4949
     
    5959    int state;
    6060    std::list<int> synchronizeRequests;
    61    
     61
    6262    NetworkStream* networkStream;
    6363
Note: See TracChangeset for help on using the changeset viewer.