summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_ORB.h')
-rw-r--r--TAO/tao/RTCORBA/RT_ORB.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/RTCORBA/RT_ORB.h b/TAO/tao/RTCORBA/RT_ORB.h
index d0d4f4832fb..5dde632573c 100644
--- a/TAO/tao/RTCORBA/RT_ORB.h
+++ b/TAO/tao/RTCORBA/RT_ORB.h
@@ -48,12 +48,12 @@ class TAO_RTCORBA_Export TAO_Named_RT_Mutex_Manager
{
public:
/// Constructor.
- TAO_Named_RT_Mutex_Manager (void);
+ TAO_Named_RT_Mutex_Manager ();
/// Destructor.
- ~TAO_Named_RT_Mutex_Manager (void);
+ ~TAO_Named_RT_Mutex_Manager ();
- RTCORBA::Mutex_ptr create_mutex (void);
+ RTCORBA::Mutex_ptr create_mutex ();
void destroy_mutex (RTCORBA::Mutex_ptr the_mutex);
@@ -101,7 +101,7 @@ public:
* consistant priority inheritance/piority ceiling semantics
* can be guaranteed.
*/
- virtual RTCORBA::Mutex_ptr create_mutex (void);
+ virtual RTCORBA::Mutex_ptr create_mutex ();
/**
* Destroy a mutex. Currently this is a no-op since RTCORBA::Mutex
@@ -208,7 +208,7 @@ public:
* to the server.
*/
virtual RTCORBA::PrivateConnectionPolicy_ptr
- create_private_connection_policy (void);
+ create_private_connection_policy ();
/**
* Create a ServerProtocolPolicy instance to select and configure
@@ -250,7 +250,7 @@ public:
protected:
/// Protected destructor to enforce proper memory management of this
/// reference counted object.
- virtual ~TAO_RT_ORB (void);
+ virtual ~TAO_RT_ORB ();
protected:
/// Reference to our creating ORB Core.