summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/IORInterceptor_Adapter_Factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor_Adapter_Factory.h b/TAO/tao/IORInterceptor_Adapter_Factory.h
index 2ad58f50390..c963caeda4e 100644
--- a/TAO/tao/IORInterceptor_Adapter_Factory.h
+++ b/TAO/tao/IORInterceptor_Adapter_Factory.h
@@ -41,7 +41,7 @@ class TAO_Export TAO_IORInterceptor_Adapter_Factory
public:
virtual ~TAO_IORInterceptor_Adapter_Factory ();
- virtual TAO_IORInterceptor_Adapter * create (void) = 0;
+ virtual TAO_IORInterceptor_Adapter * create () = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL