summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h b/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
index 05339ce6467..52551e9aa90 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/ExtendedFilter.h
@@ -27,19 +27,19 @@ class ExtendedFilter : public Notify_Test_Client
{
public:
// Initialization and termination code
- ExtendedFilter (void);
- virtual ~ExtendedFilter (void);
+ ExtendedFilter ();
+ virtual ~ExtendedFilter ();
/// initialization.
int init (int argc,
ACE_TCHAR *argv []);
/// Run the test.
- void run_test (void);
+ void run_test ();
protected:
/// Create EC
- void create_EC (void);
+ void create_EC ();
/// Run some tests to check the filters.
void run_filter_test (CosNotifyFilter::FilterAdmin_ptr);