summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-16 16:44:07 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-16 16:44:07 +0000
commit58a6aef102ca9ed96972270075219b64fa249e80 (patch)
tree7bf239c8e8e632d772018e45630f9789ad8b8eae
parentea86c866652e9939fb70dc1376245454a729f346 (diff)
downloadATCD-58a6aef102ca9ed96972270075219b64fa249e80.tar.gz
ChangeLogTag:Mon Jul 16 11:36:00 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-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,