|
reSIProcate/DialogUsageManager
9694
|
#include <AppDialogSetFactory.hxx>

Public Member Functions | |
| virtual AppDialogSet * | createAppDialogSet (DialogUsageManager &, const SipMessage &) |
| virtual | ~AppDialogSetFactory () |
Definition at line 12 of file AppDialogSetFactory.hxx.
| virtual resip::AppDialogSetFactory::~AppDialogSetFactory | ( | ) | [inline, virtual] |
Definition at line 16 of file AppDialogSetFactory.hxx.
{}
| AppDialogSet * AppDialogSetFactory::createAppDialogSet | ( | DialogUsageManager & | dum, |
| const SipMessage & | |||
| ) | [virtual] |
dcm! -- inefficient, but state may creep in and the handles add trickyness
Reimplemented in testAppDialogSetFactory, and resip::ClientAppDialogSetFactory.
Definition at line 10 of file AppDialogSetFactory.cxx.
Referenced by resip::ClientAppDialogSetFactory::createAppDialogSet().
{
return new AppDialogSet(dum);
}
1.7.5.1