summaryrefslogtreecommitdiff
path: root/tao/Policy_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Policy_Set.h')
-rw-r--r--tao/Policy_Set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tao/Policy_Set.h b/tao/Policy_Set.h
index 13215b72ca9..7a5092b7684 100644
--- a/tao/Policy_Set.h
+++ b/tao/Policy_Set.h
@@ -69,7 +69,7 @@ public:
/// Get the values (if any) for the policies in @a types, if @a
/// types is an empty list the method returns *all* the current
/// policies.
- CORBA::PolicyList * get_policy_overrides (const CORBA::PolicyTypeSeq & types);
+ CORBA::PolicyList get_policy_overrides (const CORBA::PolicyTypeSeq & types);
/// Obtain a single policy.
CORBA::Policy_ptr get_policy (CORBA::PolicyType policy);