#include <ConversionSvc.h>
Public Member Functions | |
| CnvTest (const CLID &test) | |
| virtual | ~CnvTest () |
| bool | operator() (const WorkerEntry &testee) |
Protected Attributes | |
| const CLID | m_test |
Definition at line 78 of file ConversionSvc.h.
| ConversionSvc::CnvTest::CnvTest | ( | const CLID & | test | ) | [inline] |
| virtual ConversionSvc::CnvTest::~CnvTest | ( | ) | [inline, virtual] |
| bool ConversionSvc::CnvTest::operator() | ( | const WorkerEntry & | testee | ) | [inline] |
Definition at line 86 of file ConversionSvc.h.
00086 { 00087 return (m_test == testee.clID()) ? true : false; 00088 }
const CLID ConversionSvc::CnvTest::m_test [protected] |
Definition at line 80 of file ConversionSvc.h.
1.4.7