00001 // -*- C++ -*- 00019 #include <rtm/RTC.h> 00020 #include <rtm/DataFlowComponentBase.h> 00021 #include <rtm/Manager.h> 00022 #include <iostream> 00023 00024 namespace RTC 00025 { 00033 DataFlowComponentBase::DataFlowComponentBase(Manager* manager) 00034 : RTObject_impl(manager) 00035 { 00036 // m_ref = OpenRTM::DataFlowComponent::_duplicate(this->_this()); 00037 // m_objref = RTC::RTObject::_duplicate(m_ref); 00038 } 00039 00040 00048 DataFlowComponentBase::~DataFlowComponentBase() 00049 { 00050 } 00051 00052 00060 void DataFlowComponentBase::init() 00061 { 00062 } 00063 00064 00065 }; // namespace RTC