Update services/epgsearch.h

This commit is contained in:
kamel5 2019-04-09 16:20:50 +02:00
parent e01a63b29e
commit 6095fb4dbc

View File

@ -174,7 +174,7 @@ public:
struct Epgsearch_services_v1_1 { struct Epgsearch_services_v1_1 {
// in/out // in/out
#if __cplusplus < 201103L #if __cplusplus < 201103L
std::auto_ptr<cServiceHandler> handler; std::auto_ptr<cServiceHandler_v1_1> handler;
#else #else
std::unique_ptr<cServiceHandler_v1_1> handler; std::unique_ptr<cServiceHandler_v1_1> handler;
#endif #endif
@ -193,7 +193,7 @@ public:
struct Epgsearch_services_v1_2 { struct Epgsearch_services_v1_2 {
// in/out // in/out
#if __cplusplus < 201103L #if __cplusplus < 201103L
std::auto_ptr<cServiceHandler> handler; std::auto_ptr<cServiceHandler_v1_2> handler;
#else #else
std::unique_ptr<cServiceHandler_v1_2> handler; std::unique_ptr<cServiceHandler_v1_2> handler;
#endif #endif