mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
implemented global shut down function, yet to implement calls to upnp
held resources git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9d2255beb1
commit
518b696b27
@ -253,6 +253,13 @@ virtual int ConfigSetBootPrompt( bool on );
|
|||||||
|
|
||||||
virtual void ConfigFinalSave( );
|
virtual void ConfigFinalSave( );
|
||||||
|
|
||||||
|
/************* Rs shut down function: in upnp 'port lease time' bug *****************/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This function is responsible for ensuring Retroshare exits in a legal state:
|
||||||
|
* i.e. releases all held resources and saves current configuration
|
||||||
|
*/
|
||||||
|
virtual void rsGlobalShutDown( );
|
||||||
private:
|
private:
|
||||||
int UpdateAllConfig();
|
int UpdateAllConfig();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user