summaryrefslogtreecommitdiff
path: root/ACEXML/common/URL_Addr.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-06-27 05:52:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-06-27 05:52:52 +0000
commit74294b5a2c5bb0d60a5e02875c5e0b62da700b1d (patch)
treef0001e675a03884164fa54dc5494a74c28868301 /ACEXML/common/URL_Addr.h
parent854c9cfeef44179871d48926ff40c7e39abae347 (diff)
downloadATCD-74294b5a2c5bb0d60a5e02875c5e0b62da700b1d.tar.gz
ChangeLogTag: Thu Jun 27 07:52:22 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML/common/URL_Addr.h')
-rw-r--r--ACEXML/common/URL_Addr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACEXML/common/URL_Addr.h b/ACEXML/common/URL_Addr.h
index 668d07f2318..898a80ea410 100644
--- a/ACEXML/common/URL_Addr.h
+++ b/ACEXML/common/URL_Addr.h
@@ -102,15 +102,15 @@ public:
int destroy (void);
private:
+ /// Our path name.
ACEXML_Char *path_name_;
- // Our path name.
+ /// The dynamically created address string that's used for the
+ /// <addr_to_string> method.
ACEXML_Char *addr_string_;
- // The dynamically created address string that's used for the
- // <addr_to_string> method.
+ /// Current length of the <addr_string_>
size_t addr_string_len_;
- // Current length of the <addr_string_>
};
#endif /* _ACEXML_URL_ADDR_H */