This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OmniEvents |
Functions | |
template<class T> | |
T::_ptr_type | createNarrowedReference (PortableServer::POA_ptr poa, const char *repositoryId) |
Helper method that creates a new CORBA object and then narrows it to the appropriate type. |
|
Helper method that creates a new CORBA object and then narrows it to the appropriate type. Wrapper around POA::create_reference_with_id. The type T *must* match the repositoryId parameter. Called by a class' createObject() method.
Definition at line 62 of file Servant.h. References OmniEvents::createReference(). |