commit | 25625ca1a06d5f6e0a1c8c9b88303a8a2b6d19a7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Tue May 03 18:21:22 2016 +0200 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Tue May 03 18:41:32 2016 +0200 |
tree | 0e615f1e384dab2875b5c74bb5d78fb8cc105bcc | |
parent | 2864b9df7d5cb025b6c7c9b522859cec70d1a55e [diff] [blame] |
chunks: stop using non-public NDN_CXX_DECL_FINAL macro Change-Id: I853a55044164756c51cc1fa7212e9229aed77229 Refs: #3599, #3613
diff --git a/tools/chunks/catchunks/discover-version-fixed.hpp b/tools/chunks/catchunks/discover-version-fixed.hpp index 31c77db..9925707 100644 --- a/tools/chunks/catchunks/discover-version-fixed.hpp +++ b/tools/chunks/catchunks/discover-version-fixed.hpp
@@ -57,11 +57,11 @@ * @brief identify the latest Data version published. */ void - run() NDN_CXX_DECL_FINAL; + run() final; private: void - handleData(const Interest& interest, const Data& data) NDN_CXX_DECL_FINAL; + handleData(const Interest& interest, const Data& data) final; private: Exclude m_strayExcludes;