diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 13:50:03 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-26 13:50:03 +0000 |
commit | 541363431359ae883741188b40ca245e1305e696 (patch) | |
tree | 7806e195568f4ea3873be694578a2606e2959e3c /TAO/tests/RTScheduling | |
parent | 2915d2de6afaabcf80e00a6d886c8019cf3652b3 (diff) | |
download | ATCD-541363431359ae883741188b40ca245e1305e696.tar.gz |
ChangeLogTag: Fri Jan 26 13:46:23 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/RTScheduling')
-rw-r--r-- | TAO/tests/RTScheduling/Scheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTScheduling/Scheduler.cpp b/TAO/tests/RTScheduling/Scheduler.cpp index 944c91a088c..b6bf436b6fd 100644 --- a/TAO/tests/RTScheduling/Scheduler.cpp +++ b/TAO/tests/RTScheduling/Scheduler.cpp @@ -156,7 +156,7 @@ TAO_Scheduler::receive_request (PortableInterceptor::ServerRequestInfo_ptr reque guid_out.ptr () = guid; } - catch (const CORBA::Exception& ex) + catch (const CORBA::Exception&) { ACE_DEBUG ((LM_DEBUG, "Invalid Service Context\n")); |