diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-30 01:18:18 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-30 01:18:18 +0000 |
commit | 667318ce1328b27eebf6060725939a501a80a446 (patch) | |
tree | 7d80fc77b36397818f625b29538ef333e88156a1 /TAO/tao/orbconf.h | |
parent | 3be5441f61401abf278b9912aae5997a0d9bab02 (diff) | |
download | ATCD-667318ce1328b27eebf6060725939a501a80a446.tar.gz |
ChangeLogTag: Thu Aug 29 21:08:59 2002 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r-- | TAO/tao/orbconf.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h index 49122c3cebc..66670c847e1 100644 --- a/TAO/tao/orbconf.h +++ b/TAO/tao/orbconf.h @@ -768,7 +768,12 @@ enum TAO_Policy_Scope TAO_POLICY_CLIENT_EXPOSED = 0x10 }; -#define TAO_POLICY_DEFAULT_SCOPE (ACE_static_cast(TAO_Policy_Scope, TAO_POLICY_OBJECT_SCOPE | TAO_POLICY_THREAD_SCOPE | TAO_POLICY_ORB_SCOPE | TAO_POLICY_POA_SCOPE)) +#define TAO_POLICY_DEFAULT_SCOPE \ + (ACE_static_cast(TAO_Policy_Scope, \ + TAO_POLICY_OBJECT_SCOPE | \ + TAO_POLICY_THREAD_SCOPE | \ + TAO_POLICY_ORB_SCOPE | \ + TAO_POLICY_POA_SCOPE)) // Control the default version of GIOP used by TAO. // The ORB is always able to communicate with 1.0, 1.1 and 1.2 |