summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 9e95c9be4fa..b2e556c3d91 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -194,12 +194,12 @@ protected:
TAO_Time_Policy_Manager* time_policy_manager () const;
#endif
- ACE_Timer_Queue * create_timer_queue (void) const;
+ ACE_Timer_Queue * create_timer_queue () const;
void destroy_timer_queue (ACE_Timer_Queue *tmq) const;
/// Obtain the reactor implementation
- virtual ACE_Reactor_Impl *allocate_reactor_impl (void) const;
+ virtual ACE_Reactor_Impl *allocate_reactor_impl () const;
/// Add a Parser name to the list of Parser names.
int add_to_ior_parser_names (const char *);