Definition at line 33 of file AllupImpl.hh.
Public Member Functions | |||||||
AllupImpl (PortableServer::POA_ptr my_poa) | |||||||
Construct an AllupImpl with the default values. | |||||||
virtual | ~AllupImpl (void) | ||||||
Deconstruct an AllupImpl. | |||||||
virtual edu::utah::pces::FactoryLibrary_ptr | OpenLibrary (const char *name) throw (edu::utah::pces::NoSuchLibrary, CORBA::SystemException) | ||||||
| |||||||
virtual edu::utah::pces::FactoryLibraryList * | Libraries (void) throw (CORBA::SystemException) | ||||||
| |||||||
virtual void | Shutdown (void) throw (CORBA::SystemException) | ||||||
| |||||||
virtual PortableServer::POA_ptr | _default_POA (void) throw (CORBA::SystemException) | ||||||
Private Types | |||||||
typedef map< string, edu::utah::pces::FactoryLibrary_var > | library_map_t | ||||||
The 'name->library' map object type. | |||||||
Private Attributes | |||||||
library_map_t | ai_Libraries | ||||||
Map of currently open library names to their object references. | |||||||
PortableServer::POA_var | ai_POA | ||||||
The POA this object was activated under and any new objects should be activated under. |
|
Construct an AllupImpl with the default values.
Definition at line 29 of file AllupImpl.cc. |
|
Definition at line 67 of file AllupImpl.hh. |