2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
10 void BasicAuthentication::user (const ACE_CString& usr)
16 const ACE_CString& BasicAuthentication::user () const
22 void BasicAuthentication::password (const ACE_CString& passwd)
24 this->passwd_ = passwd;
28 const ACE_CString& BasicAuthentication::password () const
36 ACE_END_VERSIONED_NAMESPACE_DECL