From 06ce59d348e30ce3da6106943c2d5660abc4c219 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 23 May 1999 18:28:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'IR-base'. --- ace/Addr.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ace/Addr.cpp') 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 */ -- cgit v1.2.1