summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Descriptor_Interface.h
diff options
context:
space:
mode:
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: