#include "Servant.h"#include "Orb.h"#include <stdio.h>#include <assert.h>#include <iostream.h>Include dependency graph for Servant.cc:

Go to the source code of this file.
Namespaces | |
| namespace | OmniEvents |
Functions | |
| CORBA::Object_ptr | createReference (PortableServer::POA_ptr poa, const char *repositoryId) |
| Helper method called by createNarrowedReference(). | |
| char * | newUniqueId () |
| Generates a unique object ID string, based upon the current PID and time. | |
|
||||||||||||
|
Helper method called by createNarrowedReference().
Definition at line 52 of file Servant.cc. References OmniEvents::newUniqueId(). Referenced by OmniEvents::createNarrowedReference(). |
|
|
Generates a unique object ID string, based upon the current PID and time.
Definition at line 69 of file Servant.cc. References mutex. Referenced by OmniEvents::EventChannelFactory_i::create_object(), and OmniEvents::createReference(). |
1.4.2