summaryrefslogtreecommitdiff
path: root/ace/ATM_Acceptor.cpp
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 21:57:04 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 21:57:04 +0000
commit8e1f66d3ba45b0dbc62640867cb98064f5f3589b (patch)
treef686dc4ac95fd854f18c937a7ffdaf473a71b380 /ace/ATM_Acceptor.cpp
parent6cc3d470937b67d8313efe6481398fd34eb930bc (diff)
downloadATCD-8e1f66d3ba45b0dbc62640867cb98064f5f3589b.tar.gz
Fixing inline problems
Diffstat (limited to 'ace/ATM_Acceptor.cpp')
-rw-r--r--ace/ATM_Acceptor.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/ATM_Acceptor.cpp b/ace/ATM_Acceptor.cpp
index 5fb21ab57cd..0990c5a9df1 100644
--- a/ace/ATM_Acceptor.cpp
+++ b/ace/ATM_Acceptor.cpp
@@ -7,8 +7,9 @@ ACE_RCSID(ace, ATM_Acceptor, "$Id$")
#if defined (ACE_HAS_ATM)
-// Put the actual definitions of the ACE_ATM_Request and
-// ACE_ATM_Request_Queue classes here to hide them from clients...
+#if !defined (__ACE_INLINE__)
+#include "ace/ATM_Acceptor.i"
+#endif /* __ACE_INLINE__ */
ACE_ALLOC_HOOK_DEFINE(ACE_ATM_Acceptor)