summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Mutex.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-12-03 09:21:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-12-03 09:21:49 +0000
commit27392a7e17d78623b618f39126a2c967630028d3 (patch)
tree3ea43e96ada8748dced7736a7d863a7508fdacc0 /TAO/tao/RTCORBA/RT_Mutex.h
parent6a4dcab3a4247d491a9cde4c47347eaea2746632 (diff)
downloadATCD-27392a7e17d78623b618f39126a2c967630028d3.tar.gz
Fri Dec 3 10:20:22 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: Use DDS as sequence prefix for OpenDDS * tao/RTCORBA/RT_Mutex.h: * tao/RTCORBA/RT_ORB.cpp: * tao/RTCORBA/RT_ORBInitializer.h: * tao/RTCORBA/RT_Policy_i.h: * tao/RTCORBA/RT_Protocols_Hooks.h: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Stub.cpp: Layout changes
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Mutex.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Mutex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/RT_Mutex.h b/TAO/tao/RTCORBA/RT_Mutex.h
index 7520fb6386f..ae79bdf1be4 100644
--- a/TAO/tao/RTCORBA/RT_Mutex.h
+++ b/TAO/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;