dbo_GetBestCopy Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_GetBestCopy:

Inheritance graph
[legend]
Collaboration diagram for dbo_GetBestCopy:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1010 of file rm_dboperation.h.


Public Member Functions

 dbo_GetBestCopy (rm_CopiesPos_v_t a_copPosVec, UInt32_t &a_best, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

rm_CopiesPos_v_t m_copPosVec
UInt32_tm_best
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_GetBestCopy::dbo_GetBestCopy ( rm_CopiesPos_v_t  a_copPosVec,
UInt32_t a_best,
rm_DBThread a_DBThread 
)


Member Function Documentation

void dbo_GetBestCopy::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 1027 of file rm_dboperation.cpp.

References rm_Operator::GetBestCopy(), m_best, m_copPosVec, rm_DBOperation::m_DBThread, and rm_DBThread::m_rmOp.

01027                               {
01028     m_best = m_DBThread.m_rmOp.GetBestCopy(m_copPosVec);
01029 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 1019 of file rm_dboperation.h.

Referenced by Process().

Definition at line 1020 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 1022 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:08:02 2012 for OPENARCHIVE by  doxygen 1.5.6