dbo_IsSomeVolumeUsed Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_IsSomeVolumeUsed:

Inheritance graph
[legend]
Collaboration diagram for dbo_IsSomeVolumeUsed:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 921 of file rm_dboperation.h.


Public Member Functions

 dbo_IsSomeVolumeUsed (string &a_partName, bool &a_isUsed, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string & m_partName
bool & m_isUsed
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_IsSomeVolumeUsed::dbo_IsSomeVolumeUsed ( string &  a_partName,
bool &  a_isUsed,
rm_DBThread a_DBThread 
)

Definition at line 912 of file rm_dboperation.cpp.

00915                                                               : 
00916 
00917                 rm_DBOperation(a_DBThread),
00918                 m_partName(a_partName),
00919                 m_isUsed(a_isUsed) {
00920     /*empty*/
00921 }


Member Function Documentation

void dbo_IsSomeVolumeUsed::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 923 of file rm_dboperation.cpp.

References rm_Operator::IsSomeVolumeUsed(), rm_DBOperation::m_DBThread, m_isUsed, m_partName, and rm_DBThread::m_rmOp.

Here is the call graph for this function:


Member Data Documentation

Definition at line 930 of file rm_dboperation.h.

Referenced by Process().

Definition at line 931 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 932 of file rm_dboperation.h.


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

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