#include <rm_dboperation.h>


Definition at line 547 of file rm_dboperation.h.
Public Member Functions | |
| dbo_SelectSlot (string a_slotAddr, string a_libName, Int32_t a_slotType, i_Slot_t &a_slot, rm_DBThread &a_DBThread) | |
| virtual void | Process () |
Private Attributes | |
| string | m_slotAddr |
| string | m_libName |
| Int32_t | m_slotType |
| i_Slot_t & | m_slot |
| log_CLASSID_m | |
| dbo_SelectSlot::dbo_SelectSlot | ( | string | a_slotAddr, | |
| string | a_libName, | |||
| Int32_t | a_slotType, | |||
| i_Slot_t & | a_slot, | |||
| rm_DBThread & | a_DBThread | |||
| ) |
Definition at line 518 of file rm_dboperation.cpp.
00522 : 00523 00524 rm_DBOperation(a_DBThread), 00525 m_slotAddr(a_slotAddr), 00526 m_libName(a_libName), 00527 m_slotType(a_slotType), 00528 m_slot(a_slot) { 00529 /*empty*/ 00530 }
| void dbo_SelectSlot::Process | ( | ) | [virtual] |
Implements rm_DBOperation.
Definition at line 532 of file rm_dboperation.cpp.
References rm_DBOperation::m_DBThread, m_libName, rm_DBThread::m_rmOp, m_slot, m_slotAddr, m_slotType, and rm_Operator::SelectSlot().
00532 { 00533 m_slot = m_DBThread.m_rmOp.SelectSlot(m_slotAddr, m_libName, m_slotType); 00534 }

string dbo_SelectSlot::m_slotAddr [private] |
string dbo_SelectSlot::m_libName [private] |
Int32_t dbo_SelectSlot::m_slotType [private] |
i_Slot_t& dbo_SelectSlot::m_slot [private] |
dbo_SelectSlot::log_CLASSID_m [private] |
1.5.6