diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 05:12:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-02 05:12:34 +0000 |
commit | 1e4a98505bbd038bd4057a8baa4dd75dc97e8124 (patch) | |
tree | 6f1e734ce679b92ebc5e54e8c1d53184d0a399a5 /examples/Shared_Memory/test_SV.cpp | |
parent | d3355fd45d2b9c5a982a6bf0f64885188afd24d1 (diff) | |
download | ATCD-1e4a98505bbd038bd4057a8baa4dd75dc97e8124.tar.gz |
barfoo
Diffstat (limited to 'examples/Shared_Memory/test_SV.cpp')
-rw-r--r-- | examples/Shared_Memory/test_SV.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Shared_Memory/test_SV.cpp b/examples/Shared_Memory/test_SV.cpp index 0b818e7f1b0..0fe2fbfa7af 100644 --- a/examples/Shared_Memory/test_SV.cpp +++ b/examples/Shared_Memory/test_SV.cpp @@ -47,6 +47,7 @@ main (int, char *[]) case -1: ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "fork"), 1); case 0: + // Make sure the server starts up first. ACE_OS::sleep (1); client (); break; |