DAnCE
..
|
Public Member Functions | |
Worker (CORBA::ORB_ptr orb) | |
ctor | |
virtual int | svc (void) |
The thread entry point. | |
Private Attributes | |
CORBA::ORB_var | orb_ |
The orb. |
Class that implements the service routine of the worker threads of the repository manager
Worker::Worker | ( | CORBA::ORB_ptr | orb | ) |
ctor
Constuctor for the worker class.
int Worker::svc | ( | void | ) | [virtual] |
The thread entry point.
implementation of the service routine inherited from ACE::Task_Base
Reimplemented from ACE_Task_Base.
CORBA::ORB_var Worker::orb_ [private] |
The orb.