4 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
7 ACE_Service_Type_Impl::object () const
9 ACE_TRACE ("ACE_Service_Type_Impl::object");
13 ACE_INLINE const ACE_TCHAR *
14 ACE_Service_Type_Impl::name () const
16 ACE_TRACE ("ACE_Service_Type_Impl::name");
21 ACE_Service_Type_Impl::name (const ACE_TCHAR *n)
23 ACE_TRACE ("ACE_Service_Type_Impl::name");
25 ACE::strdelete (const_cast<ACE_TCHAR*> (this->name_));
26 this->name_ = ACE::strnew (n);
30 ACE_Service_Type_Impl::service_type () const
36 ACE_Service_Type_Impl::service_type (int stype)
38 service_type_ = stype;
40 ACE_END_VERSIONED_NAMESPACE_DECL