mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 05:44:45 -04:00
Set Operating Mode in RsInit::InitRetroShare so noGUI could use it.
This commit is contained in:
parent
8563957591
commit
f888913800
7 changed files with 85 additions and 27 deletions
|
@ -289,6 +289,7 @@ public:
|
|||
/* Operating Mode */
|
||||
virtual uint32_t getOperatingMode() = 0;
|
||||
virtual bool setOperatingMode(uint32_t opMode) = 0;
|
||||
virtual bool setOperatingMode(const std::string &opModeStr) = 0;
|
||||
|
||||
/* Data Rate Control - to be moved here */
|
||||
virtual int SetMaxDataRates( int downKb, int upKb ) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue