summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Descriptor_Interface.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-30 21:39:46 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-30 21:39:46 +0000
commitb5795afa0e6fd0c9231d249fd20c978dae62fd9a (patch)
tree1f12ab60f8ece46cd26d6e35405df18290e1e2c6 /TAO/tao/Transport_Descriptor_Interface.h
parent079094423ce74cdc6680a7caae47f1669a8da76d (diff)
downloadATCD-b5795afa0e6fd0c9231d249fd20c978dae62fd9a.tar.gz
ChangeLogTag:Sat Mar 30 13:38:10 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Transport_Descriptor_Interface.h')
-rw-r--r--TAO/tao/Transport_Descriptor_Interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Transport_Descriptor_Interface.h b/TAO/tao/Transport_Descriptor_Interface.h
index 03bf9d39194..d80ae392ac4 100644
--- a/TAO/tao/Transport_Descriptor_Interface.h
+++ b/TAO/tao/Transport_Descriptor_Interface.h
@@ -15,12 +15,14 @@
#include "ace/pre.h"
-#include "tao/Endpoint.h"
+#include "tao/corbafwd.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+class TAO_Endpoint;
+
/**
* @class TAO_Transport_Descriptor_Interface
*
@@ -38,8 +40,6 @@
* 2. is_equivalent ()
* 3. hash ()
*/
-
-
class TAO_Export TAO_Transport_Descriptor_Interface
{
public: