summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/icetraySupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/icetraySupport.h')
-rw-r--r--p2pvr/daemon/icetraySupport.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/p2pvr/daemon/icetraySupport.h b/p2pvr/daemon/icetraySupport.h
new file mode 100644
index 0000000..4174665
--- /dev/null
+++ b/p2pvr/daemon/icetraySupport.h
@@ -0,0 +1,14 @@
+#ifndef P2PVR_ICETRAY_SUPPORT_H
+#define P2PVR_ICETRAY_SUPPORT_H
+
+#include <abstractDatabaseClient.h>
+#include <common.h>
+
+namespace IceTray {
+ template<>
+ void
+ AbstractDatabaseClient::bind1<Common::DateTime>(int x, DB::Command * cmd, const Common::DateTime &);
+}
+
+#endif
+