summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h')
-rw-r--r--TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h b/TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h
index 34783c3b1c5..5c8410bf943 100644
--- a/TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h
+++ b/TAO/tao/RTCORBA/Linear_Network_Priority_Mapping.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
// $Id$
// ============================================================================
@@ -22,8 +24,8 @@
#include "tao/orbconf.h"
-#include "rtcorba_export.h"
-#include "Network_Priority_Mapping.h"
+#include "tao/RTCORBA/rtcorba_export.h"
+#include "tao/RTCORBA/Network_Priority_Mapping.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -31,6 +33,8 @@
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Linear_Network_Priority_Mapping
*
@@ -42,8 +46,8 @@
class TAO_RTCORBA_Export TAO_Linear_Network_Priority_Mapping : public TAO_Network_Priority_Mapping
{
public:
- /// Default constructor
- TAO_Linear_Network_Priority_Mapping (long policy);
+
+ TAO_Linear_Network_Priority_Mapping (long);
CORBA::Boolean to_network (RTCORBA::Priority corba_priority,
RTCORBA::NetworkPriority &network_priority);
@@ -52,6 +56,8 @@ public:
RTCORBA::Priority &corba_priority);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */
#include /**/ "ace/post.h"