dbo_ClearRecoveryFlag Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_ClearRecoveryFlag:

Inheritance graph
[legend]
Collaboration diagram for dbo_ClearRecoveryFlag:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 977 of file rm_dboperation.h.


Public Member Functions

 dbo_ClearRecoveryFlag (string a_medVolId, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_medVolId
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_ClearRecoveryFlag::dbo_ClearRecoveryFlag ( string  a_medVolId,
rm_DBThread a_DBThread 
)

Definition at line 975 of file rm_dboperation.cpp.

00977                                                  : 
00978 
00979                 rm_DBOperation(a_DBThread),
00980                 m_medVolId(a_medVolId) {
00981     /*empty*/
00982 }


Member Function Documentation

void dbo_ClearRecoveryFlag::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 984 of file rm_dboperation.cpp.

References rm_Operator::ClearRecoveryFlag(), rm_DBOperation::m_DBThread, m_medVolId, and rm_DBThread::m_rmOp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 983 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 984 of file rm_dboperation.h.


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

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