Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2009, 2:44:06 PM (15 years ago)
Author:
scheusso
Message:

added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup premain created stuff

File:
1 edited

Legend:

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

    r3214 r3256  
    8080   
    8181    static inline void setNetworkID(const std::string& name, uint32_t id){ assert( nameMap_.find(name)!=nameMap_.end() ); nameMap_[name]->setNetworkID(id); }
     82   
     83    static void destroyAllNetworkFunctions();
    8284   
    8385  protected:
Note: See TracChangeset for help on using the changeset viewer.