summaryrefslogtreecommitdiff
path: root/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ServerRequestInterceptor_Adapter_Factory.h')
-rw-r--r--TAO/tao/ServerRequestInterceptor_Adapter_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
index 9f0337c6e67..945ef4c9163 100644
--- a/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
+++ b/TAO/tao/ServerRequestInterceptor_Adapter_Factory.h
@@ -38,9 +38,9 @@ class TAO_Export TAO_ServerRequestInterceptor_Adapter_Factory
: public ACE_Service_Object
{
public:
- virtual ~TAO_ServerRequestInterceptor_Adapter_Factory (void);
+ virtual ~TAO_ServerRequestInterceptor_Adapter_Factory ();
- virtual TAO::ServerRequestInterceptor_Adapter * create (void) = 0;
+ virtual TAO::ServerRequestInterceptor_Adapter * create () = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL