summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2005-06-02 14:45:36 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2005-06-02 14:45:36 +0000
commit1e9e542eedadcb2b23e677506001e7db07f7c60c (patch)
tree0fb35a875ac39c60c491d74b0fde140e53155b23
parent8459d7735235b3756d7d84eed46102ab641a2229 (diff)
downloadATCD-1e9e542eedadcb2b23e677506001e7db07f7c60c.tar.gz
ChangeLogTag: Thu Jun 2 09:10:38 2005 Chris Cleeland <cleeland_c@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/IOR_Endpoint_Hostnames/generate_ior.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2c73b7e4bd2..dbb203133b2 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 2 09:10:38 2005 Chris Cleeland <cleeland_c@ociweb.com>
+
+ * tests/IOR_Endpoint_Hostnames/generate_ior.cpp (main): Added
+ explicit OrbId to ORB_init() call to fix errors on emulated
+ exception builds.
+
Thu Jun 2 07:04:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/orbsvcs/Makefile.am:
diff --git a/TAO/tests/IOR_Endpoint_Hostnames/generate_ior.cpp b/TAO/tests/IOR_Endpoint_Hostnames/generate_ior.cpp
index 62cd45bae8f..b4058e4deef 100644
--- a/TAO/tests/IOR_Endpoint_Hostnames/generate_ior.cpp
+++ b/TAO/tests/IOR_Endpoint_Hostnames/generate_ior.cpp
@@ -16,7 +16,7 @@ main (int argc, char *argv[])
{
ACE_TRY_NEW_ENV
{
- CORBA::ORB_var orb = CORBA::ORB_init (argc, argv ACE_ENV_ARG_PARAMETER);
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv, "" ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
CORBA::Object_var poa_object =