From e57e3f656fce06c7867906d014270a0fe8fba175 Mon Sep 17 00:00:00 2001 From: "Angelo Mantellini (manangel)" Date: Tue, 27 Jun 2017 16:27:57 +0200 Subject: restore adaptation logic and android correction Change-Id: I20358214b0c1debc544e9e4b08c1cfd84aff4611 Signed-off-by: Angelo Mantellini (manangel) --- Input/ICNConnectionConsumerApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Input/ICNConnectionConsumerApi.h') diff --git a/Input/ICNConnectionConsumerApi.h b/Input/ICNConnectionConsumerApi.h index 0ee5cba7..240ebcaa 100644 --- a/Input/ICNConnectionConsumerApi.h +++ b/Input/ICNConnectionConsumerApi.h @@ -56,7 +56,7 @@ namespace libdash { namespace framework { namespace input { -class ICNConnectionConsumerApi : public IICNConnection { +class ICNConnectionConsumerApi : public IICNConnection, public libl4::transport::IcnObserver{ public: ICNConnectionConsumerApi(double alpha, float beta, float drop); virtual ~ICNConnectionConsumerApi(); -- cgit 1.2.3-korg