summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Updates.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Updates.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Updates.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Updates.h b/TAO/orbsvcs/tests/Notify/Basic/Updates.h
index a75cf37d52f..821a4b5453c 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Updates.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/Updates.h
@@ -66,14 +66,14 @@ class Updates : public Notify_Test_Client
{
public:
// Initialization and termination code
- Updates (void);
+ Updates ();
virtual ~Updates ();
/// initialization.
int init (int argc, ACE_TCHAR *argv []);
/// Run the test.
- void run_test (void);
+ void run_test ();
/// print_event_types
void print_event_types (const CosNotification::EventTypeSeq &types);
@@ -86,19 +86,19 @@ public:
protected:
/// Create EC
- void create_EC (void);
+ void create_EC ();
/// Helper to add types.
void add_type (CosNotification::EventTypeSeq& type_seq, const char* type);
// test subscription_change
- void test_subscription_change (void);
+ void test_subscription_change ();
// test offer_change
- void test_offer_change (void);
+ void test_offer_change ();
/// Reset the counts.
- void reset_counts (void);
+ void reset_counts ();
/// Lock to serialize internal state.
TAO_SYNCH_MUTEX lock_;