summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Updates.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Updates.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp b/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
index 612deae2d2f..cbe9439b9b7 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
+++ b/TAO/orbsvcs/tests/Notify/Basic/Updates.cpp
@@ -44,7 +44,7 @@ Updates_StructuredPushSupplier::subscription_change (
/***************************************************************************/
-Updates::Updates (void)
+Updates::Updates ()
: added_count_ (0), removed_count_ (0)
{
}
@@ -96,7 +96,7 @@ Updates::init (int argc,
}
void
-Updates::create_EC (void)
+Updates::create_EC ()
{
CosNotifyChannelAdmin::ChannelID id;
@@ -161,7 +161,7 @@ Updates::wait_for_updates (int expected_added, int expected_removed)
}
void
-Updates::reset_counts (void)
+Updates::reset_counts ()
{
ACE_GUARD (TAO_SYNCH_MUTEX, mon, this->lock_);
this->added_count_ = 0;
@@ -169,7 +169,7 @@ Updates::reset_counts (void)
}
void
-Updates::run_test (void)
+Updates::run_test ()
{
this->test_subscription_change ();
@@ -182,7 +182,7 @@ Updates::run_test (void)
}
void
-Updates::test_subscription_change (void)
+Updates::test_subscription_change ()
{
{
// reset counts.
@@ -300,7 +300,7 @@ Updates::test_subscription_change (void)
}
void
-Updates::test_offer_change (void)
+Updates::test_offer_change ()
{
{
// reset counts.