summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-02-13 22:44:06 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-02-13 22:44:06 +0000
commit6ecbbc9aa8e02f237331fa58cc61a5e4cadc4777 (patch)
treea8cf0b35fcc8a452564448dfb784375d2fe39eff
parentb2cd42deabe94d927c609ab3f8b5257a6012aa58 (diff)
downloadATCD-6ecbbc9aa8e02f237331fa58cc61a5e4cadc4777.tar.gz
ChangeLogTag: Thu Feb 13 17:53:44 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/tao/ChangeLog8
-rw-r--r--TAO/tao/IIOP_Endpoint.h7
-rw-r--r--TAO/tao/IIOP_Profile.h2
-rw-r--r--TAO/tao/Strategies/DIOP_Endpoint.h7
-rw-r--r--TAO/tao/Strategies/SHMIOP_Endpoint.h4
5 files changed, 13 insertions, 15 deletions
diff --git a/TAO/tao/ChangeLog b/TAO/tao/ChangeLog
index a5c793b738d..776bf3ea233 100644
--- a/TAO/tao/ChangeLog
+++ b/TAO/tao/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 13 17:53:44 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * tao/IIOP_Endpoint.h (TAO_IIOP_Endpoint):
+ * tao/IIOP_Profile.h:
+ * tao/Strategies/DIOP_Endpoint.h:
+ * tao/Strategies/SHMIOP_Endpoint.h: Cosmetic changes like removing
+ ORB.h inclusion etc.
+
Wed Feb 12 18:15:24 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* Merged in changes from the main trunk.
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h
index 451ccd78bbf..c50ad44fa49 100644
--- a/TAO/tao/IIOP_Endpoint.h
+++ b/TAO/tao/IIOP_Endpoint.h
@@ -24,9 +24,7 @@
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/ORB.h"
-
+#include "tao/CORBA_String.h"
#include "ace/INET_Addr.h"
@@ -107,9 +105,6 @@ public:
/// Set the port number.
CORBA::UShort port (CORBA::UShort p);
- //TAO_IIOP_Connection_Handler *&hint (void);
- // Access to our <hint_>.
-
private:
/// Helper method for setting INET_Addr.
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 53e0b26bc54..997da2f7e8d 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -27,8 +27,6 @@
#include "tao/Object_KeyC.h"
#include "tao/IIOP_Endpoint.h"
-#include "ace/Synch.h"
-
// TAO IIOP_Profile concrete Profile definitions
/**
diff --git a/TAO/tao/Strategies/DIOP_Endpoint.h b/TAO/tao/Strategies/DIOP_Endpoint.h
index c9f95f0eedb..123ff403378 100644
--- a/TAO/tao/Strategies/DIOP_Endpoint.h
+++ b/TAO/tao/Strategies/DIOP_Endpoint.h
@@ -17,18 +17,17 @@
#ifndef TAO_DIOP_ENDPOINT_H
#define TAO_DIOP_ENDPOINT_H
#include "ace/pre.h"
+#include "tao/Endpoint.h"
-#include "tao/corbafwd.h"
#if defined (TAO_HAS_DIOP) && (TAO_HAS_DIOP != 0)
-#include "tao/Endpoint.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/ORB.h"
+#include "tao/CORBA_String.h"
#include "ace/INET_Addr.h"
#include "strategies_export.h"
diff --git a/TAO/tao/Strategies/SHMIOP_Endpoint.h b/TAO/tao/Strategies/SHMIOP_Endpoint.h
index efdf29708d6..9c6035d1242 100644
--- a/TAO/tao/Strategies/SHMIOP_Endpoint.h
+++ b/TAO/tao/Strategies/SHMIOP_Endpoint.h
@@ -24,11 +24,9 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if defined (TAO_HAS_SHMIOP) && (TAO_HAS_SHMIOP != 0)
-
+#include "tao/CORBA_String.h"
#include "strategies_export.h"
-#include "tao/ORB.h"
-
#include "ace/INET_Addr.h"
#include "ace/MEM_Addr.h"