summaryrefslogtreecommitdiff
path: root/svdrpclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'svdrpclient.h')
-rw-r--r--svdrpclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/svdrpclient.h b/svdrpclient.h
index d76a1f6..e9533fe 100644
--- a/svdrpclient.h
+++ b/svdrpclient.h
@@ -31,6 +31,8 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#define SVDRPDISCONNECT 221
#define CMDSUCCESS 250
+namespace epgsSVDRP {
+
class cSVDRPClient {
private:
int sock;
@@ -142,4 +144,6 @@ public:
static const char *SVDRPSendCmd;
};
+};
+
#endif