diff options
author | isisbuilds <isisbuilds@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-04 22:02:23 +0000 |
---|---|---|
committer | isisbuilds <isisbuilds@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-04 22:02:23 +0000 |
commit | f9dc240c648681fa2ddf5132350ba1f4d69e4fe6 (patch) | |
tree | 001ea9b923d4045d99c4ed7f2652fe083ce026ca /TAO/tao/Utils | |
parent | 540f8f363f9396fb755cb47199c7695044f9ce9b (diff) | |
download | ATCD-f9dc240c648681fa2ddf5132350ba1f4d69e4fe6.tar.gz |
ChangeLogTag:Sun Jan 4 16:04:03 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Utils')
-rw-r--r-- | TAO/tao/Utils/Server_Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Server_Main.cpp b/TAO/tao/Utils/Server_Main.cpp index 1539bcf819b..95135dec01f 100644 --- a/TAO/tao/Utils/Server_Main.cpp +++ b/TAO/tao/Utils/Server_Main.cpp @@ -84,7 +84,8 @@ int TAO::Utils::Server_Main<SERVANT>::run (int argc, ACE_TCHAR *argv[]) ACE_Time_Value work_tv(1,0); orb->perform_work(work_tv ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; - quit = servant.idle(result); + quit = servant.idle (result ACE_ENV_ARG_PARAMETER); + ACE_TRY_CHECK; } servant.fini(ACE_ENV_SINGLE_ARG_PARAMETER); ACE_TRY_CHECK; |