3 ACE_URL_Record::ACE_URL_Record ()
10 ACE_URL_Record::ACE_URL_Record (ACE_URL_Offer *offer)
13 char buf[ACE_OFFER_ID_LENGTH];
15 ACE_NEW (this->id_, ACE_WString (ACE_ID_Generator::get_new_id (buf)));
19 ACE_URL_Record::~ACE_URL_Record ()
26 ACE_URL_Record::operator== (const ACE_URL_Record &rhs) const
28 return this == &rhs || *this->id_ == *rhs.id_;
32 ACE_URL_Record::operator!= (const ACE_URL_Record &rhs) const
34 return !(*this == rhs);
38 ACE_URL_Local_Locator::~ACE_URL_Local_Locator ()