DAnCE  ..
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Worker Class Reference
Inheritance diagram for Worker:
Inheritance graph
Collaboration diagram for Worker:
Collaboration graph

Public Member Functions

 Worker (CORBA::ORB_ptr orb)
 ctor More...
 
virtual int svc (void)
 The thread entry point. More...
 

Private Attributes

CORBA::ORB_var orb_
 The orb. More...
 

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

Member Data Documentation

CORBA::ORB_var Worker::orb_
private

The orb.


The documentation for this class was generated from the following file: