Definition in file AllupFactory.cc.
Include dependency graph for AllupFactory.cc:
Go to the source code of this file.
Functions | |
int | afAllupHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at an edu::utah::pces::Allup object. | |
int | afFactoryLibraryHey (CORBA::ORB_ptr orb, HeyParser &hp) |
Handle 'hey's directed at an edu::utah::pces::FactoryLibrary object. | |
int | FACTORY_METHOD_SYMBOL (factory_library_op_t op, int tag, va_list args) |
The primary library function. |
|
Handle 'hey's directed at an edu::utah::pces::Allup object.
Definition at line 39 of file AllupFactory.cc. References HeyParser::CREATE_PROPERTY, HeyParser::GET_SUITES, HeyPropertyInfo::HPI_NULL, HeyParser::LIST_PROPERTIES, orb, HeyParser::popProperty(), require, HeyParser::what(), HeyParser::who(), and HeyParser::withValue(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
Handle 'hey's directed at an edu::utah::pces::FactoryLibrary object.
Definition at line 176 of file AllupFactory.cc. References HeyParser::getArgCount(), HeyParser::getArgValues(), orb, require, and HeyParser::who(). Referenced by FACTORY_METHOD_SYMBOL(). |
Here is the call graph for this function:
|
The primary library function. This function provides a generic interface to the capabilities of a shared library.
Definition at line 204 of file AllupFactory.cc. |