summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Direct_Priority_Mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Direct_Priority_Mapping.h')
-rw-r--r--TAO/tao/RTCORBA/Direct_Priority_Mapping.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/RTCORBA/Direct_Priority_Mapping.h b/TAO/tao/RTCORBA/Direct_Priority_Mapping.h
index ceee55ac971..1195b6e4f4d 100644
--- a/TAO/tao/RTCORBA/Direct_Priority_Mapping.h
+++ b/TAO/tao/RTCORBA/Direct_Priority_Mapping.h
@@ -1,6 +1,4 @@
-// -*- C++ -*-
-
-// =======================================================================
+//=============================================================================
/**
* @file Direct_Priority_Mapping.h
*
@@ -11,7 +9,6 @@
*
* @author Carlos O'Ryan (coryan@cs.wustl.edu)
*/
-// =======================================================================
#ifndef TAO_DIRECT_PRIORITY_MAPPING_H
#define TAO_DIRECT_PRIORITY_MAPPING_H
@@ -19,7 +16,7 @@
#include "tao/orbconf.h"
-#include "tao/RTCORBA/Priority_Mapping.h"
+#include "Priority_Mapping.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -27,8 +24,6 @@
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Direct_Priority_Mapping
*
@@ -39,7 +34,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_RTCORBA_Export TAO_Direct_Priority_Mapping : public TAO_Priority_Mapping
{
public:
-
+ /// Default constructor
TAO_Direct_Priority_Mapping (long);
/// The destructor
@@ -51,9 +46,9 @@ public:
virtual CORBA::Boolean
to_CORBA (RTCORBA::NativePriority native_priority,
RTCORBA::Priority &corba_priority);
-};
-TAO_END_VERSIONED_NAMESPACE_DECL
+private:
+};
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */