summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching/URL_Properties.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-26 20:40:55 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-26 20:40:55 +0000
commite9ed4f06e399b4d8fe09e742282f288bf873a1c3 (patch)
treeb32687ef66de34a3a0492fe33b4fa7cf092c3738 /apps/JAWS/clients/Caching/URL_Properties.h
parent0609dfa5a3c30e412d1306f86b40f5189cf8a64e (diff)
downloadATCD-e9ed4f06e399b4d8fe09e742282f288bf873a1c3.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/JAWS/clients/Caching/URL_Properties.h')
-rw-r--r--apps/JAWS/clients/Caching/URL_Properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Caching/URL_Properties.h b/apps/JAWS/clients/Caching/URL_Properties.h
index 90ee5a835b1..94b1129e53c 100644
--- a/apps/JAWS/clients/Caching/URL_Properties.h
+++ b/apps/JAWS/clients/Caching/URL_Properties.h
@@ -30,7 +30,7 @@ class ACE_Export ACE_WString_Helper
// ACE_WString objects for network communication.
{
public:
- static size_t bsize (ACE_WString *wstr);
+ static size_t bsize (const ACE_WString *wstr);
// Returns the actual size required to contain the ACE_WString.
static size_t encode (void *buf, ACE_WString *wstr);