MythTV
master
|
#include <QObject>
#include <QMutex>
#include <QMap>
#include "libmythbase/mythobservable.h"
#include "libmythbase/referencecounter.h"
#include "upnpdevice.h"
#include "upnpexp.h"
Go to the source code of this file.
Classes | |
class | SSDPCacheEntries |
class | SSDPCache |
Typedefs | |
using | EntryMap = QMap< QString, DeviceLocation * > |
Key == Unique Service Name (USN) More... | |
using | SSDPCacheEntriesMap = QMap< QString, SSDPCacheEntries * > |
Key == Service Type URI. More... | |
using EntryMap = QMap< QString, DeviceLocation * > |
Key == Unique Service Name (USN)
Definition at line 29 of file ssdpcache.h.
using SSDPCacheEntriesMap = QMap< QString, SSDPCacheEntries * > |
Key == Service Type URI.
Definition at line 71 of file ssdpcache.h.