summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2013-01-08 21:31:01 +0100
committermethodus <methodus@web.de>2013-01-08 21:31:01 +0100
commit7cc50987b7f558b497b3d46a9b4dfb2d30c09c0c (patch)
tree7aadb24948118991d365418638fe38a8a45e2887 /include
parenta1f8e59f52913696d8b02dcf9c47ae30ec4e6b97 (diff)
downloadvdr-plugin-upnp-7cc50987b7f558b497b3d46a9b4dfb2d30c09c0c.tar.gz
vdr-plugin-upnp-7cc50987b7f558b497b3d46a9b4dfb2d30c09c0c.tar.bz2
Fixed issue, that cmd args aren't used
Diffstat (limited to 'include')
-rw-r--r--include/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/server.h b/include/server.h
index 4d28c3d..6f52a1f 100644
--- a/include/server.h
+++ b/include/server.h
@@ -78,6 +78,9 @@ public:
void Housekeeping();
+ string GetErrorMessage(int error) const;
+ string GetErrorHelp(int error) const;
+
private:
cMediaServer();