summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Mutex.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_Mutex.h b/TAO/tao/RTCORBA/RT_Mutex.h
index 14e431e57fd..4e74854dc3f 100644
--- a/TAO/tao/RTCORBA/RT_Mutex.h
+++ b/TAO/tao/RTCORBA/RT_Mutex.h
@@ -51,10 +51,10 @@ class TAO_RTCORBA_Export TAO_RT_Mutex
{
public:
/// Acquire the lock.
- virtual void lock (void);
+ virtual void lock ();
/// Release the lock.
- virtual void unlock (void);
+ virtual void unlock ();
/**
* Acquire the lock, but only wait up to @a max_wait time. Note
@@ -68,7 +68,7 @@ public:
virtual const char *name () const;
/// Destructor.
- virtual ~TAO_RT_Mutex (void);
+ virtual ~TAO_RT_Mutex ();
protected:
/// Synchronization lock.