// $Id: KrCB.CXX,v 1.1 2000/03/10 16:15:28 ben Exp $ #include template KrPMF::~KrPMF() { } template void KrPMF::operator() (const void* arg) const { (_c->*_pmf)(arg); } template KrFunc* KrPMF::clone() const { return new KrPMF(_pmf, _c); }