summaryrefslogtreecommitdiff
path: root/TAO/tao/RT_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RT_Mutex.h')
-rw-r--r--TAO/tao/RT_Mutex.h31
1 files changed, 12 insertions, 19 deletions
diff --git a/TAO/tao/RT_Mutex.h b/TAO/tao/RT_Mutex.h
index ba5b79d8afb..033e9f10a00 100644
--- a/TAO/tao/RT_Mutex.h
+++ b/TAO/tao/RT_Mutex.h
@@ -1,21 +1,14 @@
/* -*- C++ -*- */
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = DESCRIPTION
-// Implementation of RTCORBA::Mutex interface.
-//
-// = FILENAME
-// RT_Mutex.h
-//
-// = AUTHOR
-// Marina Spivak (marina@cs.wustl.edu)
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file RT_Mutex.h
+ *
+ * $Id$
+ *
+ * @author Marina Spivak (marina@cs.wustl.edu)
+ */
+//=============================================================================
+
#ifndef TAO_RT_MUTEX_H
#define TAO_RT_MUTEX_H
@@ -50,11 +43,11 @@ class TAO_Export TAO_RT_Mutex :
// Placeholder for mutex implementation.
//
public:
+ /// Constructor.
TAO_RT_Mutex (void);
- // Constructor.
+ /// Destructor.
virtual ~TAO_RT_Mutex (void);
- // Destructor.
virtual void lock (CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())