dbo_UpdateDiskSubsys Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_UpdateDiskSubsys:

Inheritance graph
[legend]
Collaboration diagram for dbo_UpdateDiskSubsys:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 498 of file rm_dboperation.h.


Public Member Functions

 dbo_UpdateDiskSubsys (i_DiskSubsys_t a_dss, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

i_DiskSubsys_t m_dss
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_UpdateDiskSubsys::dbo_UpdateDiskSubsys ( i_DiskSubsys_t  a_dss,
rm_DBThread a_DBThread 
)

Definition at line 473 of file rm_dboperation.cpp.

00473                                                                                         : 
00474                 rm_DBOperation(a_DBThread),
00475                 m_dss(a_dss) {
00476     /*empty*/
00477 }


Member Function Documentation

void dbo_UpdateDiskSubsys::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 479 of file rm_dboperation.cpp.

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

00479                                    {
00480     m_DBThread.m_rmOp.Update(m_dss);
00481 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 504 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 505 of file rm_dboperation.h.


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

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