From d2d83419fbaed021f44d88b050768d88a20c152f Mon Sep 17 00:00:00 2001 From: Stephen Roderick Date: Tue, 9 Mar 2010 20:30:15 -0500 Subject: [PATCH] timer: Prevent spurious warnings due to TimerComponent existing in multiple libraries at deployment time --- timer/TimerComponent.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/timer/TimerComponent.cpp b/timer/TimerComponent.cpp index a9581d6..4f4f6c2 100644 --- a/timer/TimerComponent.cpp +++ b/timer/TimerComponent.cpp @@ -6,7 +6,8 @@ #include "ocl/ComponentLoader.hpp" -ORO_CREATE_COMPONENT( OCL::TimerComponent ) +ORO_CREATE_COMPONENT_TYPE() +ORO_LIST_COMPONENT_TYPE( OCL::TimerComponent ) namespace OCL { -- 1.7.0.2