summaryrefslogtreecommitdiff
path: root/p2pvr/lib/bindTimerTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/lib/bindTimerTask.h')
-rw-r--r--p2pvr/lib/bindTimerTask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/p2pvr/lib/bindTimerTask.h b/p2pvr/lib/bindTimerTask.h
index f420ee0..3aff9d0 100644
--- a/p2pvr/lib/bindTimerTask.h
+++ b/p2pvr/lib/bindTimerTask.h
@@ -5,6 +5,7 @@
#include <IceUtil/Timer.h>
#include <visibility.h>
+namespace P2PVR {
class DLL_PUBLIC BindTimerTask : public IceUtil::TimerTask {
public:
typedef boost::function<void()> Event;
@@ -14,6 +15,7 @@ class DLL_PUBLIC BindTimerTask : public IceUtil::TimerTask {
private:
const Event event;
};
+}
#endif