mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Update services/epgsearch.h
This commit is contained in:
parent
e01a63b29e
commit
6095fb4dbc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user