Definition at line 31 of file AllupImpl.hh.
Public Member Functions | |||||
AllupImpl (void) | |||||
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) | ||||
| |||||
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. |