dbo_AddSlot Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_AddSlot:

Inheritance graph
[legend]
Collaboration diagram for dbo_AddSlot:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 594 of file rm_dboperation.h.


Public Member Functions

 dbo_AddSlot (i_Slot_t a_slot, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

i_Slot_t m_slot
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_AddSlot::dbo_AddSlot ( i_Slot_t  a_slot,
rm_DBThread a_DBThread 
)

Definition at line 564 of file rm_dboperation.cpp.

00564                                                                  : 
00565                 rm_DBOperation(a_DBThread),
00566                 m_slot(a_slot) {
00567     /*empty*/
00568 }


Member Function Documentation

void dbo_AddSlot::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 570 of file rm_dboperation.cpp.

References rm_Operator::Add(), rm_DBOperation::m_DBThread, rm_DBThread::m_rmOp, and m_slot.

00570                           {
00571     m_DBThread.m_rmOp.Add(m_slot);
00572 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 600 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 602 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:07:34 2012 for OPENARCHIVE by  doxygen 1.5.6