summaryrefslogtreecommitdiff
path: root/ace/Addr.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 18:28:55 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 18:28:55 +0000
commit06ce59d348e30ce3da6106943c2d5660abc4c219 (patch)
tree193a5f6f9b2e16cb3c722e5ef066dd266832a6bd /ace/Addr.cpp
parent74205f4d54deada413395d34b3dfa99d51c6f7cb (diff)
downloadATCD-IR-base.tar.gz
This commit was manufactured by cvs2svn to create tag 'IR-base'.IR-base
Diffstat (limited to 'ace/Addr.cpp')
-rw-r--r--ace/Addr.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Addr.cpp b/ace/Addr.cpp
index aff435317f1..9a0e74e3ba4 100644
--- a/ace/Addr.cpp
+++ b/ace/Addr.cpp
@@ -9,8 +9,7 @@ ACE_RCSID(ace, Addr, "$Id$")
#if defined (ACE_HAS_BROKEN_SAP_ANY)
#if defined (sap_any)
#undef sap_any
-// Note: this object requires static construction and destruction.
-/* static */
+// This is a static class variable.
const ACE_Addr ace_sap_any (AF_ANY, -1);
const ACE_Addr &
@@ -21,8 +20,7 @@ ACE_Addr::sap_any (void)
#define sap_any sap_any()
#endif /* sap_any */
#else
-// Note: this object requires static construction and destruction.
-/* static */
+// This is a static class variable.
const ACE_Addr ACE_Addr::sap_any (AF_ANY, -1);
#endif /* ACE_HAS_BROKEN_SAP_ANY */