summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tao/Strategies/DIOP_Factory.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index dcc5a9b3645..07fb5038940 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Mon Jul 16 11:36:00 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * tao/Strategies/DIOP_Factory.cpp (requires_explicit_endpoint):
+
+ Make DIOP require an explicit endpoint to prevent a DIOP
+ endpoint from being automatically created when the Strategies
+ library is linked.
+
Mon Jul 16 11:20:40 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DyanmicInterface/TAO_DynamicInterface.dsp:
diff --git a/TAO/tao/Strategies/DIOP_Factory.cpp b/TAO/tao/Strategies/DIOP_Factory.cpp
index 3d0d8cc1f7b..35d93c4b900 100644
--- a/TAO/tao/Strategies/DIOP_Factory.cpp
+++ b/TAO/tao/Strategies/DIOP_Factory.cpp
@@ -74,7 +74,7 @@ TAO_DIOP_Protocol_Factory::make_connector (void)
int
TAO_DIOP_Protocol_Factory::requires_explicit_endpoint (void) const
{
- return 0;
+ return 1;
}
ACE_STATIC_SVC_DEFINE (TAO_DIOP_Protocol_Factory,