Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 23, 2009, 12:51:43 AM (15 years ago)
Author:
scheusso
Message:

some cleaning up
i hope that i found some memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp5/src/network/NetworkFunction.h

    r3207 r3208  
    7575    ~NetworkFunctionBase();
    7676   
    77     virtual void         setNetworkID(uint32_t id)       { this->networkID_ = id; }
     77    virtual void        setNetworkID(uint32_t id)       { this->networkID_ = id; }
    7878    inline uint32_t     getNetworkID() const            { return this->networkID_; }
    7979    inline std::string  getName() const                 { return name_; }
Note: See TracChangeset for help on using the changeset viewer.