summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POAManagerFactory.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POAManagerFactory.pidl')
-rw-r--r--TAO/tao/PortableServer/POAManagerFactory.pidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/POAManagerFactory.pidl b/TAO/tao/PortableServer/POAManagerFactory.pidl
index e50901d097f..baacfce238a 100644
--- a/TAO/tao/PortableServer/POAManagerFactory.pidl
+++ b/TAO/tao/PortableServer/POAManagerFactory.pidl
@@ -35,8 +35,8 @@ module PortableServer
POAManager create_POAManager(
in string id,
- in CORBA::PolicyList policies
- ) raises(ManagerAlreadyExists, CORBA::PolicyError);
+ in CORBA::PolicyList policies)
+ raises(ManagerAlreadyExists, CORBA::PolicyError);
POAManagerSeq list();