Summary: | POAManagerFactory shouldn't be available in minimum_corba | ||
---|---|---|---|
Product: | TAO | Reporter: | Johnny Willemsen <jwillemsen> |
Component: | POA | Assignee: | Yan Dai <dai_y> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 1.5.2 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 2181 |
Description
Johnny Willemsen
2006-08-09 09:33:02 CDT
Reassigning to Yan Dai of OCI. Sun Aug 13 23:30:02 UTC 2006 Yan Dai <dai_y@ociweb.com> These changes excluded the POAManagerFactory and EndpointPolicy from minimum corba, minimum poa and CORBA/e builds. * tao/PortableServer/POA.pidl: Excluded the_POAManagerFactory attribute in POA. * tao/PortableServer/POAManagerFactory.pidl: Excluded POAManagerFactory interface. * tao/PortableServer/POAManager.cpp: * tao/PortableServer/POAManager.inl: * tao/PortableServer/POAManager.h: * tao/PortableServer/Object_Adapter.cpp: * tao/PortableServer/Object_Adapter.h: * tao/PortableServer/Acceptor_Filter_Factory.cpp: * tao/PortableServer/Acceptor_Filter_Factory.h: * tao/PortableServer/POAManagerFactory.cpp: * tao/PortableServer/POAManagerFactory.h: * tao/PortableServer/Root_POA.cpp: * tao/PortableServer/Root_POA.h: Excluded the use of POAManagerFactory in the code. * tao/EndpointPolicy.mpc: * tests/POA/EndpointPolicy/EndpointPolicy.mpc: * tests/POA/POAManagerFactory/POAManagerFactory.mpc: Made these projects inherit from minimum_corba. |