|
reSIProcate/repro
9694
|
#include <Worker.hxx>

Public Member Functions | |
| Worker () | |
| virtual | ~Worker () |
| virtual bool | process (resip::ApplicationMessage *msg)=0 |
| virtual Worker * | clone () const =0 |
Definition at line 10 of file Worker.hxx.
| repro::Worker::Worker | ( | ) | [inline] |
Definition at line 13 of file Worker.hxx.
{};
| virtual repro::Worker::~Worker | ( | ) | [inline, virtual] |
Definition at line 14 of file Worker.hxx.
{};
| virtual Worker* repro::Worker::clone | ( | ) | const [pure virtual] |
Implemented in test::DummyWorker, repro::UserAuthGrabber, and repro::AsyncProcessorWorker.
| virtual bool repro::Worker::process | ( | resip::ApplicationMessage * | msg | ) | [pure virtual] |
Implemented in test::DummyWorker, repro::UserAuthGrabber, and repro::AsyncProcessorWorker.
1.7.5.1