commit | 9984850c992534cc046fbee03fe14b7446287f25 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Oct 13 19:22:22 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Oct 13 19:22:22 2014 -0700 |
tree | 75c11be9d0e502e2838f3e27b01833d3ad6122a9 | |
parent | 99135969b40c51165b1bafbc1efd067a91ccd384 [diff] [blame] |
common.hpp: prepend NDN_CXX_ to WITH_TESTS macros refs #2060 Change-Id: I74ea076cacf01d2f7dd9c2e5a42dec1d336f489f
diff --git a/src/util/in-memory-storage-fifo.hpp b/src/util/in-memory-storage-fifo.hpp index da7f0fc..fc83fe5 100644 --- a/src/util/in-memory-storage-fifo.hpp +++ b/src/util/in-memory-storage-fifo.hpp
@@ -43,7 +43,7 @@ virtual ~InMemoryStorageFifo(); -PUBLIC_WITH_TESTS_ELSE_PROTECTED: +NDN_CXX_PUBLIC_WITH_TESTS_ELSE_PROTECTED: /** @brief Removes one Data packet from in-memory storage based on FIFO * @return{ whether the Data was removed } */