#include <rm_dboperation.h>


Definition at line 623 of file rm_dboperation.h.
Public Member Functions | |
| dbo_SelectAllSlots (i_SlotSeq_t &a_slot, rm_DBThread &a_DBThread) | |
| virtual void | Process () |
Private Attributes | |
| i_SlotSeq_t & | m_slot |
| log_CLASSID_m | |
| dbo_SelectAllSlots::dbo_SelectAllSlots | ( | i_SlotSeq_t & | a_slot, | |
| rm_DBThread & | a_DBThread | |||
| ) |
Definition at line 589 of file rm_dboperation.cpp.
00591 : 00592 00593 rm_DBOperation(a_DBThread), 00594 m_slot(a_slot) { 00595 /*empty*/ 00596 }
| void dbo_SelectAllSlots::Process | ( | ) | [virtual] |
Implements rm_DBOperation.
Definition at line 598 of file rm_dboperation.cpp.
References rm_DBOperation::m_DBThread, rm_DBThread::m_rmOp, m_slot, and rm_Operator::SelectAllSlots().
00598 { 00599 m_slot = m_DBThread.m_rmOp.SelectAllSlots(); 00600 }

i_SlotSeq_t& dbo_SelectAllSlots::m_slot [private] |
dbo_SelectAllSlots::log_CLASSID_m [private] |
1.5.6