Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5997 in orxonox.OLD for trunk/src/lib/network/network_manager.h


Ignore:
Timestamp:
Dec 9, 2005, 12:41:31 PM (18 years ago)
Author:
patrick
Message:

merged the network branche a second time because there where some more changes in the code: svn merge -r5991:HEAD branches/network trunk

File:
1 edited

Legend:

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

    r5996 r5997  
    4343
    4444
    45 private:
     45    void setHostID(int id);
     46    /** Returns the hostID @return The hostID of the object */
     47    inline int getHostID() { return this->hostID; };
     48
     49  private:
    4650    void connectSynchronizeable(Synchronizeable& sync);
    4751    void synchronize();
    4852
    49 
    50   private:
    5153    NetworkManager();
    5254
     
    5759    static NetworkManager* singletonRef;           //!< Pointer to the only instance of this Class
    5860    NetworkStream*         tmpStream;              //!< FIXME: this is only for testing purposes
     61    int hostID;                                    //!< The Host-ID of the Manager
    5962
    6063};
Note: See TracChangeset for help on using the changeset viewer.