#include <upnpimpl.h>

Definition at line 17 of file upnpimpl.h.
Public Member Functions | |
| UPnpServiceImpl () | |
| void | RegisterService (UPnpDevice *pDevice) |
Protected Member Functions | |
| virtual QString | GetServiceType ()=0 |
| virtual QString | GetServiceId ()=0 |
| virtual QString | GetServiceControlURL ()=0 |
| virtual QString | GetServiceDescURL ()=0 |
| virtual QString | GetServiceEventURL () |
| UPnpServiceImpl::UPnpServiceImpl | ( | ) | [inline] |
Definition at line 29 of file upnpimpl.h.
| virtual QString UPnpServiceImpl::GetServiceType | ( | ) | [protected, pure virtual] |
| virtual QString UPnpServiceImpl::GetServiceId | ( | ) | [protected, pure virtual] |
| virtual QString UPnpServiceImpl::GetServiceControlURL | ( | ) | [protected, pure virtual] |
| virtual QString UPnpServiceImpl::GetServiceDescURL | ( | ) | [protected, pure virtual] |
| virtual QString UPnpServiceImpl::GetServiceEventURL | ( | ) | [inline, protected, virtual] |
Reimplemented in Eventing.
Definition at line 25 of file upnpimpl.h.
Referenced by RegisterService().
| void UPnpServiceImpl::RegisterService | ( | UPnpDevice * | pDevice | ) | [inline] |
Definition at line 31 of file upnpimpl.h.
Referenced by MythXML::MythXML(), UPnpCDS::UPnpCDS(), UPnpCMGR::UPnpCMGR(), and UPnpMSRR::UPnpMSRR().
1.5.5