POAManagerFactory.pidl

Go to the documentation of this file.
00001 /**
00002  * @file POAManagerFactory.pidl
00003  *
00004  * $Id: POAManagerFactory.pidl 79124 2007-07-31 12:39:37Z johnnyw $
00005  *
00006  * @brief Pre-compiled IDL source for the PortableServer module.
00007  *
00008   $ACE_ROOT/bin/tao_idl \
00009   -Gp -Gd -Sci -I$TAO_ROOT \
00010   -Wb,export_macro=TAO_PortableServer_Export \
00011   -Wb,export_include="tao/PortableServer/portableserver_export.h" \
00012   -Wb,pre_include="ace/pre.h" \
00013   -Wb,post_include="ace/post.h" \
00014   POAManagerFactory.pidl
00015  */
00016 
00017 #ifndef _PORTABLESERVER_POAMANAGER_FACTORY_IDL
00018 #define _PORTABLESERVER_POAMANAGER_FACTORY_IDL
00019 
00020 #include "tao/Policy.pidl"
00021 
00022 #pragma prefix "omg.org"
00023 
00024 #if ! defined (CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO) && !defined (TAO_HAS_MINIMUM_POA)
00025 
00026 module PortableServer
00027 {
00028 # pragma version PortableServer 2.3
00029 
00030   local interface POAManager;
00031 
00032   local interface POAManagerFactory
00033   {
00034     typedef sequence<POAManager> POAManagerSeq;
00035 
00036     exception ManagerAlreadyExists {};
00037 
00038     POAManager create_POAManager(
00039       in string id,
00040       in CORBA::PolicyList policies
00041     ) raises(ManagerAlreadyExists, CORBA::PolicyError);
00042 
00043     POAManagerSeq list();
00044 
00045     POAManager find(in string id);
00046   };
00047 };
00048 
00049 #endif
00050 
00051 #endif // _PORTABLESERVER_POAMANAGER_FACTORY_IDL

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7