#include <rm_dboperation.h>


Definition at line 583 of file rm_dboperation.h.
Public Member Functions | |
| dbo_UpdateSlot (i_Slot_t a_slot, rm_DBThread &a_DBThread) | |
| virtual void | Process () |
Private Attributes | |
| i_Slot_t | m_slot |
| log_CLASSID_m | |
| dbo_UpdateSlot::dbo_UpdateSlot | ( | i_Slot_t | a_slot, | |
| rm_DBThread & | a_DBThread | |||
| ) |
Definition at line 554 of file rm_dboperation.cpp.
00554 : 00555 rm_DBOperation(a_DBThread), 00556 m_slot(a_slot) { 00557 /*empty*/ 00558 }
| void dbo_UpdateSlot::Process | ( | ) | [virtual] |
Implements rm_DBOperation.
Definition at line 560 of file rm_dboperation.cpp.
References rm_DBOperation::m_DBThread, rm_DBThread::m_rmOp, m_slot, and rm_Operator::Update().
00560 { 00561 m_DBThread.m_rmOp.Update(m_slot); 00562 }

i_Slot_t dbo_UpdateSlot::m_slot [private] |
dbo_UpdateSlot::log_CLASSID_m [private] |
1.5.6