summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Impl.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-09-14 00:29:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-09-14 00:29:28 +0000
commit9fd348781e6e9d32473d112d6801a8e44ccd23c3 (patch)
tree8475597a4d6722f66b2285b936eda3368ff5a9ad /TAO/tao/Acceptor_Impl.h
parent69036c97699a8518fc07aa6d2c7aea815802e19a (diff)
downloadATCD-9fd348781e6e9d32473d112d6801a8e44ccd23c3.tar.gz
ChangeLogTag:Wed Sep 13 17:23:18 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Acceptor_Impl.h')
-rw-r--r--TAO/tao/Acceptor_Impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Acceptor_Impl.h b/TAO/tao/Acceptor_Impl.h
index d1b57dba2d9..b193e783cef 100644
--- a/TAO/tao/Acceptor_Impl.h
+++ b/TAO/tao/Acceptor_Impl.h
@@ -25,6 +25,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/corbafwd.h"
+
+// Forward declarations.
+class TAO_ORB_Core;
+
template <class SVC_HANDLER>
class TAO_Creation_Strategy : public ACE_Creation_Strategy<SVC_HANDLER>
{