summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h b/TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h
index eeb4bc7ddc9..b7910c316d9 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL2_EstablishTrustPolicy.h
@@ -16,7 +16,7 @@
#include /**/ "ace/pre.h"
-#include "security_export.h"
+#include "orbsvcs/Security/security_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -26,6 +26,8 @@
#include "tao/LocalObject.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Security
@@ -49,7 +51,7 @@ namespace TAO
* appropriate Security::EstablishTrust structure (inserted into a
* CORBA::Any).
*/
- class TAO_Security_Export EstablishTrustPolicy
+ class EstablishTrustPolicy
: public virtual SecurityLevel2::EstablishTrustPolicy,
public virtual TAO_Local_RefCounted_Object
{
@@ -90,13 +92,15 @@ namespace TAO
/// Quality of protection which can be specified for an object
/// reference and used to protect messages.
- ::Security::EstablishTrust trust_;
+ ::Security::EstablishTrust const trust_;
};
} // End Security namespace
} // End TAO namespace
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_ESTABLISH_TRUST_POLICY_H */