From e5145b878f9de35676085409878a66899d2ee4f2 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 30 Jan 2019 12:11:34 +0100 Subject: [HICN-18] first commit of libtransport for windows Change-Id: I3a43b22194aa13ae5de1746e3d4bd9a275070261 Signed-off-by: Angelo Mantellini --- libtransport/src/hicn/transport/utils/object_pool.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 libtransport/src/hicn/transport/utils/object_pool.h (limited to 'libtransport/src/hicn/transport/utils/object_pool.h') diff --git a/libtransport/src/hicn/transport/utils/object_pool.h b/libtransport/src/hicn/transport/utils/object_pool.h old mode 100755 new mode 100644 index c369f7e12..9fda214cd --- a/libtransport/src/hicn/transport/utils/object_pool.h +++ b/libtransport/src/hicn/transport/utils/object_pool.h @@ -47,9 +47,7 @@ class ObjectPool { ObjectPool() : destructor_(false) {} - ~ObjectPool() { - destructor_ = true; - } + ~ObjectPool() { destructor_ = true; } std::pair get() { if (object_pool_.empty()) { -- cgit 1.2.3-korg