summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connector_Impl.h')
-rw-r--r--TAO/tao/Connector_Impl.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/TAO/tao/Connector_Impl.h b/TAO/tao/Connector_Impl.h
index 6affe0860e6..535d357c209 100644
--- a/TAO/tao/Connector_Impl.h
+++ b/TAO/tao/Connector_Impl.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-
// ===================================================================
/**
* @file Connector_Impl.h
@@ -22,13 +21,8 @@
#include "tao/Basic_Types.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Thread_Manager;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_ORB_Core;
+class ACE_Thread_Manager;
/**
* @class TAO_Connect_Creation_Strategy
@@ -60,10 +54,10 @@ public:
private:
/// Pointer to the ORB_Core on which we are activated
- TAO_ORB_Core * const orb_core_;
+ TAO_ORB_Core* orb_core_;
/// Are we using GIOP lite?
- CORBA::Boolean const lite_flag_;
+ CORBA::Boolean lite_flag_;
};
@@ -96,13 +90,10 @@ public:
private:
/// Pointer to the ORB Core.
- TAO_ORB_Core * const orb_core_;
+ TAO_ORB_Core *orb_core_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "tao/Connector_Impl.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */