summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Cached_Policies.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Cached_Policies.h')
-rw-r--r--TAO/tao/PortableServer/POA_Cached_Policies.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/POA_Cached_Policies.h b/TAO/tao/PortableServer/POA_Cached_Policies.h
index 7c48a443c0b..b4e1c4713b3 100644
--- a/TAO/tao/PortableServer/POA_Cached_Policies.h
+++ b/TAO/tao/PortableServer/POA_Cached_Policies.h
@@ -46,7 +46,8 @@ public:
enum PriorityModel
{
CLIENT_PROPAGATED,
- SERVER_DECLARED
+ SERVER_DECLARED,
+ NOT_SPECIFIED
};
TAO_POA_Cached_Policies ();