18#ifndef _OHTIME_HXX_INCLUDED_
19#define _OHTIME_HXX_INCLUDED_
21#include <unordered_map>
26#include "libupnpp/control/service.hxx"
34typedef std::shared_ptr<OHTime> OHTMH;
42 using Service::Service;
45 static bool isOHTMService(
const std::string& st);
46 bool serviceTypeMatch(
const std::string& tp)
override;
57 static const std::string SType;
60 void UPNPP_LOCAL evtCallback(
61 const std::unordered_map<std::string, std::string>&);
62 void UPNPP_LOCAL registerCallback()
override;
OHTime Service client class.
Definition ohtime.hxx:40
Definition service.hxx:88
UPnP Description phase: interpreting the device description which we downloaded from the URL obtained...
Definition avlastchg.cxx:28