[CICN-30] Fix includes of libtransport in viper 82/25482/5
authorMauro Sardara <[email protected]>
Wed, 26 Feb 2020 17:07:38 +0000 (18:07 +0100)
committerMauro Sardara <[email protected]>
Thu, 27 Feb 2020 10:05:56 +0000 (10:05 +0000)
Change-Id: I963c31f7d3fee807509ec2e2131afb9b48bb7ca9
Signed-off-by: Mauro Sardara <[email protected]>
Input/ICNConnectionConsumerApi.h

index 539e2e0..8b028a8 100644 (file)
@@ -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