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 --- grab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grab.h') diff --git a/grab.h b/grab.h index c5ffccd..2d6f820 100644 --- a/grab.h +++ b/grab.h @@ -1,12 +1,12 @@ #ifndef VDR_LIVE_GRAB_H #define VDR_LIVE_GRAB_H -#include +#include "stdext.h" #include "tasks.h" namespace vdrlive { -typedef boost::shared_array< char > GrabImagePtr; +typedef std::tr1::shared_ptr< char > GrabImagePtr; typedef std::pair< GrabImagePtr, int > GrabImageInfo; class GrabImageTask; -- cgit v1.2.3