summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-24 18:38:12 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-24 18:38:12 +0000
commit94544b28d8cb010fbd3d780ae6ee76251750f93d (patch)
tree87c04fc26b14a6819d058a9f312a30f30afc6f88
parent33bf89eb65e65dddd42c314ec94df9895641ad2f (diff)
downloadATCD-94544b28d8cb010fbd3d780ae6ee76251750f93d.tar.gz
ChangeLogTag: Tue Dec 24 12:36:11 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog15
-rw-r--r--TAO/orbsvcs/tests/Security/Crash_Test/server.cpp3
2 files changed, 11 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 663e20af264..bf4d018643a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 24 12:36:11 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/tests/Security/Crash_Test/server.cpp: Fixed a compile
+ error in g++ builds.
+
Mon Dec 23 22:48:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/tests/Notify/Basic/AdminProperties.h:
@@ -666,10 +671,10 @@ Fri Dec 13 00:10:23 2002 Pradeep Gore <pradeep@oomworks.com>
* orbsvcs/tests/Notify/Basic/Sequence.h:
* orbsvcs/tests/Notify/Basic/Sequence.cpp:
- Added a test for sequences. In the default run, this test sends 15 events in batches
- of 5 events via a sequence supplier. It sets the consumer's batch
- size to 3 and sets a pacing interval of 2 seconds. it checks to
- see if 15 events are indeed received.
+ Added a test for sequences. In the default run, this test sends
+ 15 events in batches of 5 events via a sequence supplier. It
+ sets the consumer's batch size to 3 and sets a pacing interval
+ of 2 seconds. it checks to see if 15 events are indeed received.
* orbsvcs/tests/Notify/Basic/adminproperties.conf:
Svc Conf file for the AdminProperties test - This prevents the
@@ -732,7 +737,7 @@ Wed Dec 11 18:26:09 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/include/idl_global.h:
* TAO_IDL/util/utl_global.cpp:
- Fixes to the #pragma prefix handing in the IDL compiler.
+ Fixes to the #pragma prefix handling in the IDL compiler.
Thanks to Duane Binder <duane.binder@veritas.com> for
reporting that one of the "omg.org" prefixes in the
chain of (p)idl files included from orb.idl was not
diff --git a/TAO/orbsvcs/tests/Security/Crash_Test/server.cpp b/TAO/orbsvcs/tests/Security/Crash_Test/server.cpp
index f3ae65a8e6a..6109fb3dc4a 100644
--- a/TAO/orbsvcs/tests/Security/Crash_Test/server.cpp
+++ b/TAO/orbsvcs/tests/Security/Crash_Test/server.cpp
@@ -86,8 +86,7 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
PortableServer::ObjectId_var oid =
- PortableServer::string_to_ObjectId ("object1"
- ACE_ENV_ARG_PARAMETER);
+ PortableServer::string_to_ObjectId ("object1");
ACE_TRY_CHECK;
persistent_poa->activate_object_with_id (oid.in (),