Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

sendmail::milter::CallbackFactory Class Reference

#include <Milter.hh>

Inheritance diagram for sendmail::milter::CallbackFactory:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~CallbackFactory ()
virtual CallbackInterfacenewCallback (SMFICTX *context)=0
virtual unsigned long getModificationFlags () const=0
virtual unsigned long getCallbackFlags () const=0

Detailed Description

CallbackFactory is a Factory class for the creation of Callback instances. For each connection one Callback instance will be created.


Constructor & Destructor Documentation

virtual sendmail::milter::CallbackFactory::~CallbackFactory   [inline, virtual]
 


Member Function Documentation

virtual unsigned long sendmail::milter::CallbackFactory::getCallbackFlags   const [pure virtual]
 

Implemented in sendmail::milter::SimpleCallbackFactory.

virtual unsigned long sendmail::milter::CallbackFactory::getModificationFlags   const [pure virtual]
 

Implemented in sendmail::milter::SimpleCallbackFactory.

virtual CallbackInterface* sendmail::milter::CallbackFactory::newCallback SMFICTX   context [pure virtual]
 

Implemented in sendmail::milter::SimpleCallbackFactory.


The documentation for this class was generated from the following file:
Generated on Wed Jun 19 21:21:44 2002 for libmilter++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002