dbo_RemoveDriveHost Class Reference

#include <rm_dboperation.h>

Inheritance diagram for dbo_RemoveDriveHost:

Inheritance graph
[legend]
Collaboration diagram for dbo_RemoveDriveHost:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 446 of file rm_dboperation.h.


Public Member Functions

 dbo_RemoveDriveHost (string a_drvName, string a_host, rm_DBThread &a_DBThread)
virtual void Process ()

Private Attributes

string m_drvName
string m_host
 log_CLASSID_m

Constructor & Destructor Documentation

dbo_RemoveDriveHost::dbo_RemoveDriveHost ( string  a_drvName,
string  a_host,
rm_DBThread a_DBThread 
)

Definition at line 417 of file rm_dboperation.cpp.

00419                                                                   : 
00420                 rm_DBOperation(a_DBThread),
00421                 m_drvName(a_drvName),
00422                 m_host(a_host){
00423     /*empty*/
00424 }


Member Function Documentation

void dbo_RemoveDriveHost::Process (  )  [virtual]

Implements rm_DBOperation.

Definition at line 426 of file rm_dboperation.cpp.

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

Here is the call graph for this function:


Member Data Documentation

Definition at line 452 of file rm_dboperation.h.

Referenced by Process().

string dbo_RemoveDriveHost::m_host [private]

Definition at line 453 of file rm_dboperation.h.

Referenced by Process().

Reimplemented from rm_DBOperation.

Definition at line 454 of file rm_dboperation.h.


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

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