From f5f58398e340f79d99502d1899952851a78f7a5d Mon Sep 17 00:00:00 2001 From: methodus Date: Sun, 4 Nov 2012 00:14:37 +0100 Subject: Added the ability to configure the title of a channel. --- include/plugin.h | 3 +-- include/tools.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/plugin.h b/include/plugin.h index dfd1ab9..beb24bf 100644 --- a/include/plugin.h +++ b/include/plugin.h @@ -434,7 +434,6 @@ public: virtual void Close(); protected: - /** * Called whenever a container was changed. * @@ -546,7 +545,7 @@ public: * false, if not. */ virtual bool GetMetadata(const string& uri, cMetadata& metadata) = 0; -protected: + }; } // namespace upnp diff --git a/include/tools.h b/include/tools.h index a92b8a2..4c6908d 100644 --- a/include/tools.h +++ b/include/tools.h @@ -34,6 +34,7 @@ namespace upnp { typedef std::list StringList; typedef std::vector StringVector; + typedef std::map StringMap; typedef std::map IdList; } -- cgit v1.2.3