#include <SMTPServer.h>
Definition at line 75 of file SMTPServer.h.
Public Member Functions | |
| virtual | ~SMTPHandlerFactory () |
| virtual SMTPHandler * | new_handler ()=0 |
| virtual oasys::SMTPHandlerFactory::~SMTPHandlerFactory | ( | ) | [inline, virtual] |
Definition at line 77 of file SMTPServer.h.
| virtual SMTPHandler* oasys::SMTPHandlerFactory::new_handler | ( | ) | [pure virtual] |
Referenced by oasys::SMTPServer::accepted().
1.5.1