dbo_VolumeEmpty Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_VolumeEmpty:

Inheritance graph
[legend]
Collaboration diagram for dbo_VolumeEmpty:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 1085 of file rm_dboperation.h.


Public Member Functions

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

Private Attributes

string m_medVolId
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_VolumeEmpty::dbo_VolumeEmpty ( string  a_medVolId,
rm_DBThread a_DBThread 
)

Definition at line 1080 of file rm_dboperation.cpp.

01082                                                  : 
01083 
01084                 rm_DBOperation(a_DBThread),
01085                 m_medVolId(a_medVolId) {
01086     /*empty*/
01087 }


Member Function Documentation

void dbo_VolumeEmpty::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 1089 of file rm_dboperation.cpp.

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

01089                               {
01090     m_DBThread.m_rmOp.VolumeEmpty(m_medVolId);
01091 }

Here is the call graph for this function:


Member Data Documentation

string dbo_VolumeEmpty::m_medVolId [private]

Definition at line 1093 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 1095 of file rm_dboperation.h.


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

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