mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
change the getStateVariable method
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1748 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
79e02eb221
commit
e7273b0453
3 changed files with 83 additions and 179 deletions
|
@ -430,6 +430,7 @@ private:
|
|||
std::auto_ptr<CUPnPSCPD> m_SCPD;
|
||||
|
||||
public:
|
||||
std::map<std::string, std::string> propertyMap;
|
||||
CUPnPService(
|
||||
const CUPnPControlPoint &upnpControlPoint,
|
||||
CUPnPLib &upnpLib,
|
||||
|
@ -476,12 +477,6 @@ public:
|
|||
const std::string GetStateVariable(
|
||||
const std::string &stateVariableName);
|
||||
|
||||
//callback Function
|
||||
static int GetServiceVarStatusAsyncCallback(
|
||||
Upnp_EventType EventType,
|
||||
void* Event,
|
||||
void* Cookie);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue