| 1001 | } |
| 1002 | |
| 1003 | virtual bool sleuthCheck(MemoryPool& pool, USHORT a, const UCHAR* b, |
| 1004 | SLONG c, const UCHAR* d, SLONG e) |
| 1005 | { |
| 1006 | return pSleuthMatcher::check(pool, this, a, b, c, d, e); |
| 1007 | } |
| 1008 | |
| 1009 | virtual ULONG sleuthMerge(MemoryPool& pool, const UCHAR* a, SLONG b, |
| 1010 | const UCHAR* c, SLONG d, UCHAR* e) //, SLONG f) |