X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Fsmartptr.h;h=f9d224b0b445b47a26dbb313f742ec0dcd5a8b14;hp=7e441ab2976ab67e48e67b89064a72c22fe9ec7f;hb=779cb6e326391280631d0b486957d5e576eb23ea;hpb=a29d455a1f7860faa7ca1f36586bfc6f6f3337c5 diff --git a/lib/base/smartptr.h b/lib/base/smartptr.h index 7e441ab..f9d224b 100644 --- a/lib/base/smartptr.h +++ b/lib/base/smartptr.h @@ -3,14 +3,7 @@ #include "object.h" #include - -#ifdef SWIG -#define TEMPLATE_TYPEDEF(x, y) \ -%template(y) x; \ -typedef x y -#else -#define TEMPLATE_TYPEDEF(x, y) typedef x y -#endif +#include template class ePtr