diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-19 17:55:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-19 17:55:54 +0000 |
commit | 2d37d3012b6e22192f8d1f8833f6c666f143dd9d (patch) | |
tree | 1dcdaafed03a0a5b4daf1a85a256c122aa2a7307 /performance-tests/TTCP | |
parent | 83a1588b4ba3b1768aaa3dd9ef56e82883f59dc4 (diff) | |
download | ATCD-2d37d3012b6e22192f8d1f8833f6c666f143dd9d.tar.gz |
return 0 instead of 42
Diffstat (limited to 'performance-tests/TTCP')
-rw-r--r-- | performance-tests/TTCP/ORBeline/ttcp_i.cpp | 2 | ||||
-rw-r--r-- | performance-tests/TTCP/Orbix/ttcp_i.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.cpp b/performance-tests/TTCP/ORBeline/ttcp_i.cpp index 4a089a8bc09..9f86f1b0eea 100644 --- a/performance-tests/TTCP/ORBeline/ttcp_i.cpp +++ b/performance-tests/TTCP/ORBeline/ttcp_i.cpp @@ -465,7 +465,7 @@ main (int argc, char *argv[]) CORBA::BOA::impl_is_ready(); cout << "server exiting" << endl; - return 42; + return 0; } // diff --git a/performance-tests/TTCP/Orbix/ttcp_i.cpp b/performance-tests/TTCP/Orbix/ttcp_i.cpp index 78067ee98ce..f1f5f2001c1 100644 --- a/performance-tests/TTCP/Orbix/ttcp_i.cpp +++ b/performance-tests/TTCP/Orbix/ttcp_i.cpp @@ -421,7 +421,7 @@ main (int argc, char *argv[]) ENDTRY; cout << "server exiting" << endl; - return 42; + return 0; } // |