summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-07 14:10:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-07 14:10:53 +0000
commitf48906cb7d7187beafa1fbf9916cf20698045dff (patch)
tree14cea0ca0001b33583576ebf82f04c5c2765e560
parentb30238cef6fa0b3e0d37d40a48c3401d649de6d2 (diff)
downloadATCD-f48906cb7d7187beafa1fbf9916cf20698045dff.tar.gz
ChangeLogTag:Sat Jun 07 09:10:45 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog40
-rw-r--r--TAO/TAOACE.dsw3
-rw-r--r--TAO/tao/orbconf.h2
3 files changed, 43 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 42a94aa4327..a65f8d6036b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,43 @@
+Sat Jun 07 09:10:45 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * TAOACE.dsw (Package): Added TAO_Strategies library as a
+ dependency to ImR_Activator.
+
+Sat Jun 07 08:50:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/Endpoint.h: Removed the reset_hint () method.
+
+ * tao/IIOP_Endpoint.h: Removed the reset_hint () method since it
+ is not used anymore. Added an extra argument to the constructor
+ to pass the priority of the endpoint.
+
+ * tao/IIOP_Endpoint.cpp:
+ * tao/IIOP_Endpoint.i: Moved the object_addr () method from the
+ inlined file to the cpp file. It was too big to be inlined in
+ the first place.
+
+ The implementation of the duplicate () method now passes the
+ priority of the endpoint when it creates a new endpoint
+ object.
+
+ Removed the implementation of the reset_hint () method.
+
+ * tao/Strategies/SHMIOP_Endpoint.cpp:
+ * tao/Strategies/SHMIOP_Endpoint.h:
+ * tao/Strategies/SHMIOP_Endpoint.i:
+ * tao/Strategies/UIOP_Endpoint.h:
+ * tao/Strategies/UIOP_Endpoint.cpp:
+ * tao/Strategies/DIOP_Endpoint.h:
+ * tao/Strategies/DIOP_Endpoint.i:
+ * tao/Strategies/DIOP_Endpoint.cpp:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp:
+ * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.i: Religiously replicated
+ the above changes.
+
+ * orbsvcs/ImplRepo_Service/ImR_Activator.dsp: Added TAO_Strategies
+ library to the link line.
+
Sat Jun 7 08:49:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
This checkin merges a first set of changes from Carlos O'Ryan into the
diff --git a/TAO/TAOACE.dsw b/TAO/TAOACE.dsw
index 7e79307c48a..9d6301a22cb 100644
--- a/TAO/TAOACE.dsw
+++ b/TAO/TAOACE.dsw
@@ -713,6 +713,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name Svc Utils
End Project Dependency
+ Begin Project Dependency
+ Project_Dep_Name TAO_Strategies
+ End Project Dependency
}}}
###############################################################################
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index be0520e1327..494805b3e57 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -18,8 +18,6 @@
#define TAO_ORBCONF_H
#include "ace/pre.h"
-#include "tao/taoconfig.h"
-
// "ace/OS.h" is overkill. "ace/Basic_Types.h" is enough. In
// particular, it is needed for the definition of ACE_LITTLE_ENDIAN.
#include "ace/Basic_Types.h"