Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 23, 2006, 11:43:27 PM (18 years ago)
Author:
patrick
Message:

new settings init

File:
1 edited

Legend:

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

    r9396 r9398  
    2929    /** @returns the next uniqueID free for an object */
    3030    inline int getNewUniqueID() { return ( this->nodeType != NET_CLIENT)?this->newUniqueID++:-1; }
     31    /** sets the @param newUniqueID: the new offset for the next unique id */
     32    inline void setNewUniqueID(int newUniqueID) { this->newUniqueID = newUniqueID; }
    3133
    3234    /** @returns true is this node is a master server */
Note: See TracChangeset for help on using the changeset viewer.