00001 // $Id: Control.cpp 81752 2008-05-21 15:54:38Z parsons $ 00002 00003 #include "orbsvcs/orbsvcs/Notify/MonitorControl/Control.h" 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 TAO_NS_Control::~TAO_NS_Control (void) 00008 { 00009 } 00010 00011 TAO_NS_Control::TAO_NS_Control (const char* name) 00012 : name_ (name) 00013 { 00014 } 00015 00016 const ACE_CString& 00017 TAO_NS_Control::name (void) const 00018 { 00019 return this->name_; 00020 } 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL