diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-27 03:53:45 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-27 03:53:45 +0000 |
commit | c94469967e8222c1c87168603363632041f3de37 (patch) | |
tree | dc1c8c51547a6233064ff40a88691a0b77c52747 | |
parent | 12c6e9309760327c1dc0de516d20c0aa1fe61ef9 (diff) | |
download | ATCD-c94469967e8222c1c87168603363632041f3de37.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-96b | 4 | ||||
-rw-r--r-- | tests/Pipe_Test.cpp | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 2191cbb9c3c..e3cb6cdf39a 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -16,6 +16,10 @@ Tue Nov 26 21:06:13 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu> multiple ACE_Pipes in one process and hence create multiple Reactors also without any problems. + * tests/Pipe_Test.cpp: Added a ACE_Pipe test to check for the + creation of multiple pipes in a process. Also changed the + relevant makefiles and scripts. + Tue Nov 26 11:27:33 1996 David L. Levine <levine@cs.wustl.edu> * tests/{CPP_Test,Mutex_Test,Shared_Memory_MM_Test,SPIPE_Test}.cpp: diff --git a/tests/Pipe_Test.cpp b/tests/Pipe_Test.cpp index 88e65fc8b88..212dddbb66e 100644 --- a/tests/Pipe_Test.cpp +++ b/tests/Pipe_Test.cpp @@ -1,3 +1,19 @@ +// ============================================================================ +// +// = LIBRARY +// tests +// +// = FILENAME +// Pipe_Test.cpp +// +// = DESCRIPTION +// Tests the construction of multiple pipes in a process. +// +// = AUTHOR +// Irfan Pyarali +// +// ============================================================================ + #include "ace/Pipe.h" #include "test_config.h" |