From 56250e3af8c4ae61f0e8325605744ee0a2ec4864 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 7 Apr 2019 18:27:53 +0200 Subject: [PATCH] Update services/epgsearch.h --- services/epgsearch.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/services/epgsearch.h b/services/epgsearch.h index 712dfff..0354480 100644 --- a/services/epgsearch.h +++ b/services/epgsearch.h @@ -154,7 +154,11 @@ public: struct Epgsearch_services_v1_0 { // in/out +#if __cplusplus < 201103L + std::auto_ptr handler; +#else std::unique_ptr handler; +#endif }; // Data structures for service "Epgsearch-services-v1.1" @@ -169,7 +173,11 @@ public: struct Epgsearch_services_v1_1 { // in/out +#if __cplusplus < 201103L + std::auto_ptr handler; +#else std::unique_ptr handler; +#endif }; // Data structures for service "Epgsearch-services-v1.2" @@ -184,7 +192,11 @@ public: struct Epgsearch_services_v1_2 { // in/out +#if __cplusplus < 201103L + std::auto_ptr handler; +#else std::unique_ptr handler; +#endif }; #endif