Fix #624: Can´t rename network via webinterface

This commit is contained in:
J-P Nurmi
2014-08-19 20:59:19 +02:00
parent 0065506ff6
commit 2e42f3103c
5 changed files with 36 additions and 24 deletions
+1
View File
@@ -946,6 +946,7 @@ public:
bool LoadRegistry();
bool SaveRegistry() const;
bool MoveRegistry(const CString& sPath);
bool SetNV(const CString & sName, const CString & sValue, bool bWriteToDisk = true);
CString GetNV(const CString & sName) const;
bool DelNV(const CString & sName, bool bWriteToDisk = true);