diff options
-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 |