DAnCE ..
Public Member Functions | Private Attributes

Worker Class Reference

Inheritance diagram for Worker:
Inheritance graph
[legend]
Collaboration diagram for Worker:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Class that implements the service routine of the worker threads of the repository manager


Constructor & Destructor Documentation

Worker::Worker ( CORBA::ORB_ptr  orb)

ctor

Constuctor for the worker class.


Member Function Documentation

int Worker::svc ( void  ) [virtual]

The thread entry point.

implementation of the service routine inherited from ACE::Task_Base

Reimplemented from ACE_Task_Base.


Member Data Documentation

The orb.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines