X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservice.h;h=ffc7d275de884556748bf1fb37e04141f9c60e7a;hb=f0fa458aa15610408a16f3214a6e857f16b0c646;hp=6f6ab98088a815189838b21edc5693650a6bdbed;hpb=2e0270746af934180499931f95ed91c444c8233e;p=vuplus_dvbapp diff --git a/lib/service/service.h b/lib/service/service.h index 6f6ab98..ffc7d27 100644 --- a/lib/service/service.h +++ b/lib/service/service.h @@ -40,6 +40,8 @@ public: static RESULT getPrivInstance(ePtr &ptr) { ptr = instance; return 0; } RESULT addServiceFactory(int id, iServiceHandler *hnd, std::list &extensions); RESULT removeServiceFactory(int id); + RESULT addFactoryExtension(int id, const char *extension); + RESULT removeFactoryExtension(int id, const char *extension); #endif static SWIG_VOID(RESULT) getInstance(ePtr &SWIG_NAMED_OUTPUT(ptr)) { ptr = instance; return 0; } };