diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-18 16:18:37 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-18 16:18:37 +0000 |
commit | 95269c99511a0cc3de65f118d58a911a9ce52281 (patch) | |
tree | cd3a8b0697984154ba4b0d957d0c26392911cc02 /cppe/test/Common/TestCommon.cpp | |
parent | fix UUID test under CE. (diff) | |
download | ice-95269c99511a0cc3de65f118d58a911a9ce52281.tar.bz2 ice-95269c99511a0cc3de65f118d58a911a9ce52281.tar.xz ice-95269c99511a0cc3de65f118d58a911a9ce52281.zip |
Added print statement to server shutdown
Diffstat (limited to 'cppe/test/Common/TestCommon.cpp')
-rwxr-xr-x | cppe/test/Common/TestCommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp index 032c2d80093..d408690f048 100755 --- a/cppe/test/Common/TestCommon.cpp +++ b/cppe/test/Common/TestCommon.cpp @@ -417,6 +417,7 @@ TestApplication::main(int ac, char* av[]) } _communicator = 0; } + return status; } #endif |