diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-02-26 18:07:38 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-02-27 10:05:56 +0000 |
commit | 42d43c0069bde06c72b8c4dd0fd6eff6ef96549c (patch) | |
tree | 22acca64bb5bd9b75d913dc7038c1416284b61d9 | |
parent | 4e1368dffb038828904e1d19c44f2f045a711e24 (diff) |
[CICN-30] Fix includes of libtransport in viper
Change-Id: I963c31f7d3fee807509ec2e2131afb9b48bb7ca9
Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r-- | Input/ICNConnectionConsumerApi.h | 6 |
1 files 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 <hicn/transport/http/facade.h> -#include <hicn/transport/protocols/download_observer.h> +#include <hicn/transport/interfaces/statistics.h> #else #include <icnet/icnet_http_facade.h> #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 |