summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 14:52:15 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 14:52:15 +0000
commitc892f699a42d534acdcc654a2beea65a6cb4aeef (patch)
treee61f4902546f40fa8a9cb00bd4d009a58018ef99
parent8cacf74023d55d59deac2d056cee7d80cca83965 (diff)
downloadATCD-c892f699a42d534acdcc654a2beea65a6cb4aeef.tar.gz
ChangeLogTag:Thu Jun 21 09:47:59 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/svc.conf2
3 files changed, 14 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 790d2981d5e..5b8b742d2b9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Thu Jun 21 09:47:59 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * tests/RTCORBA/Explicit_Binding/server.cpp:
+ * tests/RTCORBA/Explicit_Binding/Makefile:
+ * tests/RTCORBA/Explicit_Binding/svc.conf:
+
+ Added RTCORBA libraries to server program for MSVC. Technically,
+ the server doesn't need them, but it makes the usage consistent
+ with want is begin done on other operating systems and it's
+ less confusing. Also, client needed proper svc.conf entry
+ for RTCORBA to work right.
+
Thu Jun 21 09:47:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/IIOP_Connector.h: Fixed a warning in g++.
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
index ee0e5803dec..184f7c5de83 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
+++ b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
@@ -4,6 +4,7 @@
#include "ace/Get_Opt.h"
#include "tao/Strategies/advanced_resource.h"
+#include "tao/RTCORBA/RTCORBA.h"
class Test_i : public POA_Test
{
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/svc.conf b/TAO/tests/RTCORBA/Explicit_Binding/svc.conf
index b76dc8150eb..d6df467d3ea 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/svc.conf
+++ b/TAO/tests/RTCORBA/Explicit_Binding/svc.conf
@@ -2,4 +2,4 @@
# $Id$
#
static SHMIOP_Factory "-MMAPFilePrefix server_shmiop"
-#static RT_ORB_Loader ""
+static RT_ORB_Loader ""