summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:31:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 19:31:32 +0000
commit7840dad318d3079b7178445f08a23ab2b5ddca3a (patch)
treedfcaf011d21728ea6a199e3e1cfcebbf68aa3786
parent4e063b7904a19a0678886c45acba06285b925675 (diff)
downloadATCD-7840dad318d3079b7178445f08a23ab2b5ddca3a.tar.gz
-rw-r--r--TAO/tests/Big_Oneways/Session.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Big_Oneways/Session.cpp b/TAO/tests/Big_Oneways/Session.cpp
index 75e36862d98..1abeb5c48e1 100644
--- a/TAO/tests/Big_Oneways/Session.cpp
+++ b/TAO/tests/Big_Oneways/Session.cpp
@@ -167,7 +167,7 @@ Session::start (const Test::Session_List &other_sessions)
}
void
-Session::ping (void) ACE_THROW_SPEC ((CORBA::SystemException))
+Session::ping (void)
{
}
@@ -184,7 +184,7 @@ Session::receive_payload (const Test::Payload &the_payload)
{
ACE_GUARD (ACE_SYNCH_MUTEX, ace_mon, this->mutex_);
- this->expected_messages_--;
+ --this->expected_messages_;
#if 0
int verbose = 0;