summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Multi_Priority_Mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Multi_Priority_Mapping.h')
-rw-r--r--TAO/tao/RTCORBA/Multi_Priority_Mapping.h35
1 files changed, 16 insertions, 19 deletions
diff --git a/TAO/tao/RTCORBA/Multi_Priority_Mapping.h b/TAO/tao/RTCORBA/Multi_Priority_Mapping.h
index a3b3b58ec75..e64b304dfaa 100644
--- a/TAO/tao/RTCORBA/Multi_Priority_Mapping.h
+++ b/TAO/tao/RTCORBA/Multi_Priority_Mapping.h
@@ -1,22 +1,19 @@
// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// Multi_Priority_Mapping.h
-//
-// = DESCRIPTION
-// Declares a priority mapping to support cross platform communication.
-//
-// = AUTHOR
-// Brian Mendel (brian.r.mendel@boeing.com)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Multi_Priority_Mapping.h
+ *
+ * $Id$
+ *
+ * Declares a priority mapping to support cross platform communication.
+ *
+ *
+ * @author Brian Mendel (brian.r.mendel@boeing.com)
+ */
+//=============================================================================
+
#ifndef TAO_MULTI_PRIORITY_MAPPING_H
#define TAO_MULTI_PRIORITY_MAPPING_H
@@ -76,9 +73,9 @@ public:
private:
+ /// The base settings
int base_native_priority_;
int base_corba_priority_;
- // The base settings
const int priority_spacing_;
const int priorities_contiguous_;
@@ -86,9 +83,9 @@ private:
/// The scheduling policy
int policy_;
+ /// The range
int const min_;
int const max_;
- // The range
};
TAO_END_VERSIONED_NAMESPACE_DECL