summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Cached_Policies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Cached_Policies.cpp')
-rw-r--r--TAO/tao/PortableServer/POA_Cached_Policies.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/POA_Cached_Policies.cpp b/TAO/tao/PortableServer/POA_Cached_Policies.cpp
index 542aa912b9b..3d7df32ccc1 100644
--- a/TAO/tao/PortableServer/POA_Cached_Policies.cpp
+++ b/TAO/tao/PortableServer/POA_Cached_Policies.cpp
@@ -12,15 +12,15 @@ ACE_RCSID(tao, POA, "$Id$")
TAO_POA_Cached_Policies::TAO_POA_Cached_Policies ()
- : thread_ (PortableServer::ORB_CTRL_MODEL),
- lifespan_ (PortableServer::TRANSIENT),
- id_uniqueness_ (PortableServer::UNIQUE_ID),
- id_assignment_ (PortableServer::SYSTEM_ID),
- implicit_activation_ (PortableServer::NO_IMPLICIT_ACTIVATION),
- servant_retention_ (PortableServer::RETAIN),
- request_processing_ (PortableServer::USE_ACTIVE_OBJECT_MAP_ONLY),
- priority_model_ (TAO_POA_Cached_Policies::CLIENT_PROPAGATED),
- server_priority_ (TAO_INVALID_PRIORITY)
+ : thread_ (PortableServer::ORB_CTRL_MODEL),
+ lifespan_ (PortableServer::TRANSIENT),
+ id_uniqueness_ (PortableServer::UNIQUE_ID),
+ id_assignment_ (PortableServer::SYSTEM_ID),
+ implicit_activation_ (PortableServer::NO_IMPLICIT_ACTIVATION),
+ servant_retention_ (PortableServer::RETAIN),
+ request_processing_ (PortableServer::USE_ACTIVE_OBJECT_MAP_ONLY),
+ priority_model_ (TAO_POA_Cached_Policies::CLIENT_PROPAGATED),
+ server_priority_ (TAO_INVALID_PRIORITY)
{
}
@@ -147,4 +147,3 @@ TAO_POA_Cached_Policies::update_policy (const CORBA::Policy_ptr policy,
#endif /* TAO_HAS_MINIMUM_POA == 0 */
}
-