From 3235a22cc6a3bb2ace6a21e7fa028d21b5fdd476 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 29 May 2007 15:50:21 +0000 Subject: - moved everything from boost to stdext.h - using std::tr1 instead of boost where available --- tasks.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tasks.cpp') diff --git a/tasks.cpp b/tasks.cpp index 6e1bd07..fc487d3 100644 --- a/tasks.cpp +++ b/tasks.cpp @@ -1,18 +1,19 @@ #include -#include #include #include #include #include #include "exception.h" #include "recordings.h" +#include "stdext.h" #include "tasks.h" #include "tools.h" namespace vdrlive { using namespace std; -using namespace boost; +using namespace std::tr1; +using namespace std::tr1::placeholders; StickyTask::StickyTask() { -- cgit v1.2.3