summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h')
-rw-r--r--TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h
index 8e804293690..7fdcf1fe48b 100644
--- a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h
+++ b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.h
@@ -44,7 +44,7 @@ class IORInterceptor
{
public:
/// Constructor
- IORInterceptor (void);
+ IORInterceptor ();
/**
* @name Methods Required by the IOR Interceptor Interface
@@ -55,10 +55,10 @@ public:
*/
//@{
/// Return the name of this IORInterceptor.
- virtual char * name (void);
+ virtual char * name ();
/// Cleanup resources acquired by this IORInterceptor.
- virtual void destroy (void);
+ virtual void destroy ();
/// Add the tagged components to the IOR.
virtual void establish_components (
@@ -71,7 +71,7 @@ protected:
* Protected destructor to enforce proper memory management through
* the reference counting mechanism.
*/
- ~IORInterceptor (void);
+ ~IORInterceptor ();
private:
/// IORInterceptor successfully called and executed.