From 42d43c0069bde06c72b8c4dd0fd6eff6ef96549c Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 26 Feb 2020 18:07:38 +0100 Subject: [CICN-30] Fix includes of libtransport in viper Change-Id: I963c31f7d3fee807509ec2e2131afb9b48bb7ca9 Signed-off-by: Mauro Sardara --- Input/ICNConnectionConsumerApi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Input/ICNConnectionConsumerApi.h b/Input/ICNConnectionConsumerApi.h index 539e2e0f..8b028a86 100644 --- a/Input/ICNConnectionConsumerApi.h +++ b/Input/ICNConnectionConsumerApi.h @@ -18,7 +18,7 @@ #if defined(HICNET) #include -#include +#include #else #include #endif @@ -61,7 +61,7 @@ namespace framework { namespace input { #if defined(HICNET) -class ICNConnectionConsumerApi : public IICNConnection, public transport::protocol::IcnObserver{ +class ICNConnectionConsumerApi : public IICNConnection, public transport::interface::IcnObserver{ #else class ICNConnectionConsumerApi : public IICNConnection, public libl4::transport::IcnObserver{ #endif @@ -152,4 +152,4 @@ private: } /* namespace framework */ } /* namespace libdash */ -#endif /* QTPLAYER_INPUT_ICNCONNECTIONCONSUMERAPI_H_ */ +#endif /* QTPLAYER_INPUT_ICNCONNECTIONCONSUMERAPI_H_ */ \ No newline at end of file -- cgit 1.2.3-korg