summaryrefslogtreecommitdiff
path: root/TAO/tao/GUIResource_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GUIResource_Factory.h')
-rw-r--r--TAO/tao/GUIResource_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GUIResource_Factory.h b/TAO/tao/GUIResource_Factory.h
index efdba8c1a79..2add83bc660 100644
--- a/TAO/tao/GUIResource_Factory.h
+++ b/TAO/tao/GUIResource_Factory.h
@@ -54,7 +54,7 @@ namespace TAO
* Please note that this call is NOT synchronized. Left to the
* higher level versions to synchronize access.
*/
- virtual ACE_Reactor *get_reactor (void) ;
+ virtual ACE_Reactor *get_reactor () ;
/**
* Reclaim the reactor if allocated by this factory.
@@ -69,7 +69,7 @@ namespace TAO
* Please note that this call is NOT synchronized. Left to the
* get_reactor() to synchronize access.
*/
- virtual ACE_Reactor_Impl *reactor_impl (void) = 0;
+ virtual ACE_Reactor_Impl *reactor_impl () = 0;
private:
/**