dbo_AddDriveHost Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_AddDriveHost:

Inheritance graph
[legend]
Collaboration diagram for dbo_AddDriveHost:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 435 of file rm_dboperation.h.


Public Member Functions

 dbo_AddDriveHost (i_DriveHost_t a_dh, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

i_DriveHost_t m_dh
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_AddDriveHost::dbo_AddDriveHost ( i_DriveHost_t  a_dh,
rm_DBThread a_DBThread 
)

Definition at line 407 of file rm_dboperation.cpp.

00407                                                                               : 
00408                 rm_DBOperation(a_DBThread),
00409                 m_dh(a_dh) {
00410     /*empty*/
00411 }


Member Function Documentation

void dbo_AddDriveHost::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 413 of file rm_dboperation.cpp.

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

00413                                {
00414     m_DBThread.m_rmOp.Add(m_dh);
00415 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 441 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 442 of file rm_dboperation.h.


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

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