dbo_RemoveDrive Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_RemoveDrive:

Inheritance graph
[legend]
Collaboration diagram for dbo_RemoveDrive:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 197 of file rm_dboperation.h.


Public Member Functions

 dbo_RemoveDrive (string a_drvName, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_drvName
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_RemoveDrive::dbo_RemoveDrive ( string  a_drvName,
rm_DBThread a_DBThread 
)

Definition at line 340 of file rm_dboperation.cpp.

00340                                                                           : 
00341                 rm_DBOperation(a_DBThread),
00342                 m_drvName(a_drvName) {
00343     /*empty*/
00344 }


Member Function Documentation

void dbo_RemoveDrive::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 346 of file rm_dboperation.cpp.

References rm_DBOperation::m_DBThread, m_drvName, rm_DBThread::m_rmOp, and rm_Operator::RemoveDrive().

00346                               {
00347     m_DBThread.m_rmOp.RemoveDrive(m_drvName);
00348 }

Here is the call graph for this function:


Member Data Documentation

string dbo_RemoveDrive::m_drvName [private]

Definition at line 203 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 204 of file rm_dboperation.h.


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

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