Monitor_Base.inl

Go to the documentation of this file.
00001 // $Id: Monitor_Base.inl 81691 2008-05-14 11:09:21Z johnnyw $
00002 
00003 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00004 
00005 namespace ACE
00006 {
00007   namespace Monitor_Control
00008   {
00009     ACE_INLINE
00010     const char*
00011     Monitor_Base::name (void) const
00012     {
00013       return this->name_.c_str ();
00014     }
00015 
00016     ACE_INLINE
00017     void
00018     Monitor_Base::name (const char* new_name)
00019     {
00020       this->name_ = new_name;
00021     }
00022   }
00023 }
00024 
00025 ACE_END_VERSIONED_NAMESPACE_DECL
00026 

Generated on Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7