dbo_VolumeFull Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_VolumeFull:

Inheritance graph
[legend]
Collaboration diagram for dbo_VolumeFull:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1068 of file rm_dboperation.h.


Public Member Functions

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

Private Attributes

string m_medVolId
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_VolumeFull::dbo_VolumeFull ( string  a_medVolId,
rm_DBThread a_DBThread 
)

Definition at line 1067 of file rm_dboperation.cpp.

01069                                                  : 
01070 
01071                 rm_DBOperation(a_DBThread),
01072                 m_medVolId(a_medVolId) {
01073     /*empty*/
01074 }


Member Function Documentation

void dbo_VolumeFull::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 1076 of file rm_dboperation.cpp.

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

01076                              {
01077     m_DBThread.m_rmOp.VolumeFull(m_medVolId);
01078 }

Here is the call graph for this function:


Member Data Documentation

string dbo_VolumeFull::m_medVolId [private]

Definition at line 1077 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 1079 of file rm_dboperation.h.


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

Generated on Mon Feb 27 19:11:12 2012 for OPENARCHIVE by  doxygen 1.5.6