From 4e4d9b7854b7821f42fd83d89885cc489cc18c33 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 16 Oct 2015 16:57:02 +0300 Subject: [PATCH] Node<>, SubNode<>: MemPoolSize defaults to zero --- libuavcan/include/uavcan/node/node.hpp | 2 +- libuavcan/include/uavcan/node/sub_node.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libuavcan/include/uavcan/node/node.hpp b/libuavcan/include/uavcan/node/node.hpp index d270c8adf9..3f34d27593 100644 --- a/libuavcan/include/uavcan/node/node.hpp +++ b/libuavcan/include/uavcan/node/node.hpp @@ -34,7 +34,7 @@ namespace uavcan * Please refer to the documentation for details. * If this value is zero, the constructor will accept a reference to user-provided allocator. */ -template +template class UAVCAN_EXPORT Node : public INode { typedef typename diff --git a/libuavcan/include/uavcan/node/sub_node.hpp b/libuavcan/include/uavcan/node/sub_node.hpp index 438d1d6815..35b80492e5 100644 --- a/libuavcan/include/uavcan/node/sub_node.hpp +++ b/libuavcan/include/uavcan/node/sub_node.hpp @@ -20,7 +20,7 @@ namespace uavcan * Please refer to the @ref Node<> for documentation concerning the template arguments; refer to the tutorials * to lean how to use libuavcan in multiprocess applications. */ -template +template class UAVCAN_EXPORT SubNode : public INode { typedef typename