summaryrefslogtreecommitdiff
path: root/ace/ATM_Addr.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-16 22:55:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-16 22:55:16 +0000
commit3ccd1dd5ea0122da009c61fdd5e557485aa08a1d (patch)
treeef551b407ab43fc4e0f22366be260a7fee248ca6 /ace/ATM_Addr.h
parent8350248e2495adcbccd0189d4ba4eebf756caff2 (diff)
downloadATCD-3ccd1dd5ea0122da009c61fdd5e557485aa08a1d.tar.gz
.
Diffstat (limited to 'ace/ATM_Addr.h')
-rw-r--r--ace/ATM_Addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/ATM_Addr.h b/ace/ATM_Addr.h
index c1631cd1c37..693fe9ee0c2 100644
--- a/ace/ATM_Addr.h
+++ b/ace/ATM_Addr.h
@@ -150,14 +150,14 @@ protected:
// Get the local ATM address.
private:
-#if defined (ACE_HAS_FORE_ATM_XTI)
+#if 1 // defined (ACE_HAS_FORE_ATM_XTI)
ATMSAPAddress atm_addr_;
// Underlying representation - this may be very
// vendor-implementation specific. Other vendors (besides FORE) may
// name and define this structure differently. We can work around
// that problem when we run into other vendors supporting XTI on top
// of ATM. Is this class specific to XTI? Not sure.
-#elif defined (ACE_HAS_FORE_ATM_WS2)
+#elif 0 // defined (ACE_HAS_FORE_ATM_WS2)
struct sockaddr_atm atm_addr_;
#endif // ACE_HAS_FORE_ATM_XTI && ACE_HAS_FORE_ATM_WS2
};