dbo_UpdateDriveHost Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_UpdateDriveHost:

Inheritance graph
[legend]
Collaboration diagram for dbo_UpdateDriveHost:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 424 of file rm_dboperation.h.


Public Member Functions

 dbo_UpdateDriveHost (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_UpdateDriveHost::dbo_UpdateDriveHost ( i_DriveHost_t  a_dh,
rm_DBThread a_DBThread 
)

Definition at line 397 of file rm_dboperation.cpp.

00397                                                                                     : 
00398                 rm_DBOperation(a_DBThread),
00399                 m_dh(a_dh) {
00400     /*empty*/
00401 }


Member Function Documentation

void dbo_UpdateDriveHost::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 403 of file rm_dboperation.cpp.

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

00403                                   {
00404     m_DBThread.m_rmOp.Update(m_dh);
00405 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 430 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 431 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:10:49 2012 for OPENARCHIVE by  doxygen 1.5.6