summaryrefslogtreecommitdiff
path: root/tao/RTCORBA/RT_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/RTCORBA/RT_Mutex.h')
-rw-r--r--tao/RTCORBA/RT_Mutex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tao/RTCORBA/RT_Mutex.h b/tao/RTCORBA/RT_Mutex.h
index 7520fb6386f..ae79bdf1be4 100644
--- a/tao/RTCORBA/RT_Mutex.h
+++ b/tao/RTCORBA/RT_Mutex.h
@@ -66,8 +66,7 @@ public:
* if you're interested in writing maximally portable programs avoid
* using this operation in your program designs.
*/
- virtual CORBA::Boolean try_lock (TimeBase::TimeT max_wait
- );
+ virtual CORBA::Boolean try_lock (TimeBase::TimeT max_wait);
/// Returns the name of the mutex.
virtual const char *name (void) const;