3 #include "URL_Locator.h"
6 ACE_URL_Locator_Request::ACE_URL_Locator_Request ()
7 : code_(ACE_URL_Locator::INVALID_OPERATION),
16 ACE_URL_Locator_Request::~ACE_URL_Locator_Request ()
21 delete [] this->buffer_;
25 ACE_URL_Locator_Request::how () const
31 ACE_URL_Locator_Request::how_many () const
33 return this->how_many_;
36 ACE_INLINE const u_int
37 ACE_URL_Locator_Request::opcode () const
42 ACE_INLINE const ACE_URL_Property_Seq *
43 ACE_URL_Locator_Request::seq () const
48 ACE_INLINE const ACE_URL_Property_Seq *
49 ACE_URL_Locator_Request::del () const
54 ACE_INLINE const ACE_URL_Property_Seq *
55 ACE_URL_Locator_Request::modify () const
60 ACE_INLINE const ACE_URL_Offer *
61 ACE_URL_Locator_Request::offer () const
66 ACE_INLINE const ACE_WString &
67 ACE_URL_Locator_Request::id () const
72 ACE_INLINE const ACE_WString &
73 ACE_URL_Locator_Request::url () const
78 ACE_INLINE const char *
79 ACE_URL_Locator_Request::buffer () const
85 ACE_URL_Locator_Reply::ACE_URL_Locator_Reply ()
86 : code_ (ACE_URL_Locator::INVALID_OPERATION),
94 ACE_URL_Locator_Reply::~ACE_URL_Locator_Reply ()
98 delete [] this->buffer_;
101 ACE_INLINE const size_t
102 ACE_URL_Locator_Reply::num_offers () const
104 return this->num_offers_;
108 ACE_INLINE const ACE_URL_Offer *
109 ACE_URL_Locator_Reply::offer () const
114 ACE_INLINE const ACE_URL_Offer_Seq *
115 ACE_URL_Locator_Reply::offers () const
117 return this->offers_;
120 ACE_INLINE const u_int
121 ACE_URL_Locator_Reply::opcode () const
126 ACE_INLINE const u_int
127 ACE_URL_Locator_Reply::status () const
129 return this->status_;
132 ACE_INLINE const char *
133 ACE_URL_Locator_Reply::buffer () const
135 return this->buffer_;