summaryrefslogtreecommitdiff
path: root/ace/TLI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TLI.h')
-rw-r--r--ace/TLI.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/TLI.h b/ace/TLI.h
index 37cd3c0bd7c..b9163d34ac5 100644
--- a/ace/TLI.h
+++ b/ace/TLI.h
@@ -35,14 +35,6 @@
#define ACE_TLI_TCP_DEVICE "/dev/tcp"
#endif
-// There's not a universal device name for XTI/ATM devices. If the platform
-// needs something other than /dev/xtisvc0, it needs to be set up in the
-// config.h file as ACE_XTI_ATM_DEVICE. This may be FORE vendor specific and
-// there may be no good default.
-#ifndef ACE_XTI_ATM_DEVICE
-#define ACE_XTI_ATM_DEVICE "/dev/xtisvc0"
-#endif
-
class ACE_Export ACE_TLI : public ACE_IPC_SAP
{
// = TITLE