From 2e0270746af934180499931f95ed91c444c8233e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 13 Jun 2008 09:57:56 +0000 Subject: after DECLARE_REF now all is private.. not public dont export AddRef, Release, ptrref and grabRef to python some cleanups --- lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h index bc92b37e..d0a6bb35 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/servicedvd.h @@ -12,7 +12,7 @@ class eStaticServiceDVDInfo; class eServiceFactoryDVD: public iServiceHandler { -DECLARE_REF(eServiceFactoryDVD); + DECLARE_REF(eServiceFactoryDVD); public: eServiceFactoryDVD(); virtual ~eServiceFactoryDVD(); @@ -30,7 +30,7 @@ class eServiceDVD: public iPlayableService, public iPauseableService, public iSe public iServiceInformation, public iSubtitleOutput, public iServiceKeys, public iCueSheet, public eThread, public Object { friend class eServiceFactoryDVD; -DECLARE_REF(eServiceDVD); + DECLARE_REF(eServiceDVD); public: virtual ~eServiceDVD(); // not implemented (yet) -- cgit v1.2.3