summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp')
-rw-r--r--ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp b/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp
index 7a0aa391b34..60e395d5b76 100644
--- a/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp
+++ b/ACE/apps/JAWS/clients/Caching/Locator_Request_Reply.cpp
@@ -14,8 +14,6 @@
#include "URL_Array_Helper.h"
#include "URL_Locator.h"
-ACE_RCSID(Caching, Locator_Request_Reply, "$Id$")
-
int
ACE_URL_Locator_Request::url_query (const int how,
const ACE_URL_Property_Seq &pseq,
@@ -185,9 +183,9 @@ ACE_URL_Locator_Request::decode (void *buffer)
total_length += this->offer_->decode (cbuffer + total_length);
}
- this->id_ = ACE_WString ((ACE_USHORT16 *) (cbuffer + total_length));
+ this->id_ = ACE_WString ((ACE_UINT16 *) (cbuffer + total_length));
total_length += ACE_WString_Helper::decode (cbuffer + total_length);
- this->url_ = ACE_WString ((ACE_USHORT16 *) (cbuffer + total_length));
+ this->url_ = ACE_WString ((ACE_UINT16 *) (cbuffer + total_length));
total_length += ACE_WString_Helper::decode (cbuffer + total_length);
ACE_ASSERT (total_length == buf_size);