summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Manager.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:31:01 +0000
commitcdb6fd66611283a0314ab23e08472d11dae4f0e4 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Policy_Manager.h
parentf984aa2bff444f381570d2f97ac9ba958926fb6b (diff)
downloadATCD-cdb6fd66611283a0314ab23e08472d11dae4f0e4.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Policy_Manager.h')
-rw-r--r--TAO/tao/Policy_Manager.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/TAO/tao/Policy_Manager.h b/TAO/tao/Policy_Manager.h
index 450a707a520..f51c5b3b936 100644
--- a/TAO/tao/Policy_Manager.h
+++ b/TAO/tao/Policy_Manager.h
@@ -16,20 +16,21 @@
#ifndef TAO_POLICY_MANAGER_H
#define TAO_POLICY_MANAGER_H
+
#include /**/ "ace/pre.h"
+#include "ace/Guard_T.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/orbconf.h"
#if (TAO_HAS_CORBA_MESSAGING == 1)
-#include "tao/Policy_Set.h"
-#include "tao/LocalObject.h"
#include "tao/PolicyC.h"
-#include "tao/debug.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/LocalObject.h"
+#include "tao/Policy_Set.h"
#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
@@ -62,8 +63,7 @@ public:
virtual void set_policy_overrides (const CORBA::PolicyList & policies,
CORBA::SetOverrideType set_add
- ACE_ENV_ARG_DECL_WITH_DEFAULTS
- )
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException,
CORBA::InvalidPolicies));
@@ -160,4 +160,5 @@ public:
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
#include /**/ "ace/post.h"
+
#endif /* TAO_POLICY_MANAGER_H */