summaryrefslogtreecommitdiff
path: root/ace/DEV_Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-03 18:04:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-03 18:04:52 +0000
commit79b3e9692aacfe66d0db178f414e9825f663556c (patch)
tree4cac203d2381f327fd59a3e5e6f0cb220a5e6b36 /ace/DEV_Addr.h
parentaec2030eadb5ad3403756da47dbb81c167827aee (diff)
downloadATCD-79b3e9692aacfe66d0db178f414e9825f663556c.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/DEV_Addr.h')
-rw-r--r--ace/DEV_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/DEV_Addr.h b/ace/DEV_Addr.h
index 8f5d995b6a4..1d4df8b958b 100644
--- a/ace/DEV_Addr.h
+++ b/ace/DEV_Addr.h
@@ -48,7 +48,7 @@ public:
#if defined (UNICODE)
virtual int addr_to_string (wchar_t *addr, size_t) const;
// Transform the current address into string format.
-#endif
+#endif /* UNICODE */
virtual int addr_to_string (char *addr, size_t) const;
// Transform the current address into string format.