![]() |
|
|
Generated: 18 Jul 2008 |

Definition at line 37 of file PoolDbCacheSvc.cpp.
Public Member Functions | |
| PoolDbMsgReporter (IMessageSvc *s, int l) | |
| Default constructor. | |
| virtual | ~PoolDbMsgReporter () |
| Destructor. | |
| virtual void | report (int lvl, const std::string &src, const std::string &msg) |
| Report a message. | |
Protected Attributes | |
| IMessageSvc * | m_svc |
| Reference to message reporter. | |
| int | m_lvl |
| PoolDbMsgReporter::PoolDbMsgReporter | ( | IMessageSvc * | s, | |
| int | l | |||
| ) | [inline] |
| virtual PoolDbMsgReporter::~PoolDbMsgReporter | ( | ) | [inline, virtual] |
| virtual void PoolDbMsgReporter::report | ( | int | lvl, | |
| const std::string & | src, | |||
| const std::string & | msg | |||
| ) | [inline, virtual] |
Report a message.
Definition at line 48 of file PoolDbCacheSvc.cpp.
References m_lvl, m_svc, and IMessageSvc::reportMessage().
00048 { 00049 if ( lvl >= m_lvl ) m_svc->reportMessage(src,lvl,msg); 00050 }
IMessageSvc* PoolDbMsgReporter::m_svc [protected] |
Reference to message reporter.
Definition at line 40 of file PoolDbCacheSvc.cpp.
Referenced by report().
int PoolDbMsgReporter::m_lvl [protected] |