From 4a94bf9e8e96ce495aedaf6ef0829e42a4489742 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 12 Feb 2007 11:52:38 +0000 Subject: Mon Feb 12 11:40:14 UTC 2007 Johnny Willemsen --- TAO/tests/LongUpcalls/Controller.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'TAO/tests/LongUpcalls/Controller.cpp') diff --git a/TAO/tests/LongUpcalls/Controller.cpp b/TAO/tests/LongUpcalls/Controller.cpp index 69aebe53e9e..cb65f340fcb 100644 --- a/TAO/tests/LongUpcalls/Controller.cpp +++ b/TAO/tests/LongUpcalls/Controller.cpp @@ -25,7 +25,6 @@ Controller::dump_results () void Controller::worker_started (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->mutex_); this->start_count_++; @@ -35,7 +34,6 @@ Controller::worker_started (void) void Controller::worker_finished (void) - ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->mutex_); this->finish_count_++; -- cgit v1.2.1