diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 09:26:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 09:26:56 +0000 |
commit | df5b1624c1a1856010f81867be1abca5854f1016 (patch) | |
tree | da21be1d8871e4d8f1fb0cc6f36f6de06584e8c0 /TAO/tao/PortableServer/Active_Policy_Strategies.h | |
parent | e6e8307c5ad6bd211de0e9c6e2ff4216b608ff88 (diff) | |
download | ATCD-df5b1624c1a1856010f81867be1abca5854f1016.tar.gz |
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Active_Policy_Strategies.h')
-rw-r--r-- | TAO/tao/PortableServer/Active_Policy_Strategies.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Active_Policy_Strategies.h b/TAO/tao/PortableServer/Active_Policy_Strategies.h index aedab179e3f..96e167692e9 100644 --- a/TAO/tao/PortableServer/Active_Policy_Strategies.h +++ b/TAO/tao/PortableServer/Active_Policy_Strategies.h @@ -12,16 +12,18 @@ #ifndef TAO_PORTABLESERVER_ACTIVE_POLICY_STRATEGIES_H #define TAO_PORTABLESERVER_ACTIVE_POLICY_STRATEGIES_H + #include /**/ "ace/pre.h" -#include "portableserver_export.h" +#include "tao/Environment.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/CORBA_macros.h" -#include "tao/Environment.h" + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL class TAO_Root_POA; @@ -49,10 +51,10 @@ namespace TAO /** * This class stores the active policy strategies used for a certain POA. */ - class TAO_PortableServer_Export Active_Policy_Strategies + class Active_Policy_Strategies { public: - Active_Policy_Strategies(); + Active_Policy_Strategies (void); void update (Cached_Policies &policies, TAO_Root_POA* poa @@ -94,9 +96,12 @@ namespace TAO } } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "Active_Policy_Strategies.inl" #endif /* __ACE_INLINE__ */ #include /**/ "ace/post.h" + #endif /* TAO_PORTABLESERVER_ACTIVE_POLICY_STRATEGIES_H */ |