summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 15:07:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 15:07:32 +0000
commitc89a93ea2509e23976162c55406a4cbb1f9241fd (patch)
tree56ee9b301a4d3dd176415f205adc7b603590e38b
parent9e2b381b23c220bc11f9b82df0ee7460939529b3 (diff)
downloadATCD-c89a93ea2509e23976162c55406a4cbb1f9241fd.tar.gz
ChangeLogTag:Wed Mar 21 07:05:40 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a46
-rw-r--r--TAO/tests/Client_Leaks/Process_Factory.cpp2
-rw-r--r--TAO/tests/Client_Leaks/client.dsp8
-rw-r--r--TAO/tests/Client_Leaks/server.dsp16
4 files changed, 54 insertions, 18 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index bb338269e24..c458aacfcb9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,34 +1,44 @@
+Wed Mar 21 07:05:40 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/Client_Leaks/client.dsp:
+ * tests/Client_Leaks/server.dsp:
+ Updated project files.
+
+ * tests/Client_Leaks/Process_Factory.cpp:
+ Fixed compilation problems on Win32, ACE_Process_Options lacks
+ an avoid_zombies in this case.
+
Wed Mar 21 08:02:56 2001 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/RTCORBA/Explicit_Binding/client.cpp: Fixed a possible typo
- that was giving false alarms in the nightly builds. The message
- read "ERROR: <validate_connection> returned true". The message
- was not right, as this is not an error.
+ * tests/RTCORBA/Explicit_Binding/client.cpp: Fixed a possible typo
+ that was giving false alarms in the nightly builds. The message
+ read "ERROR: <validate_connection> returned true". The message
+ was not right, as this is not an error.
Tue Mar 20 21:53:17 2001 Ossama Othman <ossama@uci.edu>
- * orbsvcs/tests/Security/Secure_Invocation/Foo.idl:
+ * orbsvcs/tests/Security/Secure_Invocation/Foo.idl:
- Added user exception that is thrown when no security attributes
- are available for the current upcall.
+ Added user exception that is thrown when no security attributes
+ are available for the current upcall.
- The baz() test method raises this exception.
+ The baz() test method raises this exception.
- * orbsvcs/tests/Security/Secure_Invocation/Foo_i.h (baz):
+ * orbsvcs/tests/Security/Secure_Invocation/Foo_i.h (baz):
- Updated exception specification to include the newly added user
- exception.
+ Updated exception specification to include the newly added user
+ exception.
- * orbsvcs/tests/Security/Secure_Invocation/Foo_i.cpp (baz):
+ * orbsvcs/tests/Security/Secure_Invocation/Foo_i.cpp (baz):
- Throw an exception if no security attributes are available for
- the current upcall. The exception indicates problem with the
- underlying security mechanism in use.
+ Throw an exception if no security attributes are available for
+ the current upcall. The exception indicates problem with the
+ underlying security mechanism in use.
- * orbsvcs/tests/Security/Secure_Invocation/run_test.pl:
+ * orbsvcs/tests/Security/Secure_Invocation/run_test.pl:
- Increased timeout for server IOR file. It wasn't long enough
- for some slow machines.
+ Increased timeout for server IOR file. It wasn't long enough
+ for some slow machines.
Tue Mar 20 20:01:56 2001 Carlos O'Ryan <coryan@uci.edu>
diff --git a/TAO/tests/Client_Leaks/Process_Factory.cpp b/TAO/tests/Client_Leaks/Process_Factory.cpp
index a9710aee6ae..ee0f819c6dd 100644
--- a/TAO/tests/Client_Leaks/Process_Factory.cpp
+++ b/TAO/tests/Client_Leaks/Process_Factory.cpp
@@ -45,7 +45,9 @@ Process_Factory::create_new_process (CORBA::Environment &ACE_TRY_ENV)
0};
ACE_Process_Options options;
+#if !defined(ACE_WIN32)
options.avoid_zombies (1);
+#endif /* ACE_WIN32 */
options.command_line (argv);
ACE_Process child_process;
diff --git a/TAO/tests/Client_Leaks/client.dsp b/TAO/tests/Client_Leaks/client.dsp
index 10c7824774f..f415fc78034 100644
--- a/TAO/tests/Client_Leaks/client.dsp
+++ b/TAO/tests/Client_Leaks/client.dsp
@@ -93,12 +93,20 @@ SOURCE=.\client.cpp
# End Source File
# Begin Source File
+SOURCE=.\Client_Task.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TestC.cpp
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
+# Begin Source File
+
+SOURCE=.\Client_Task.h
+# End Source File
# End Group
# Begin Group "IDL Files"
diff --git a/TAO/tests/Client_Leaks/server.dsp b/TAO/tests/Client_Leaks/server.dsp
index 5c310e3dd64..8da84a59082 100644
--- a/TAO/tests/Client_Leaks/server.dsp
+++ b/TAO/tests/Client_Leaks/server.dsp
@@ -97,6 +97,14 @@ SOURCE=.\server.cpp
# End Source File
# Begin Source File
+SOURCE=.\Server_Task.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Startup_Callback.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TestC.cpp
# End Source File
# Begin Source File
@@ -111,6 +119,14 @@ SOURCE=.\TestS.cpp
SOURCE=.\Process_Factory.h
# End Source File
+# Begin Source File
+
+SOURCE=.\Server_Task.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Startup_Callback.h
+# End Source File
# End Group
# Begin Group "IDL Files"