reSIProcate/DialogUsageManager  9694
Public Member Functions
resip::AppDialogSetFactory Class Reference

#include <AppDialogSetFactory.hxx>

Inheritance diagram for resip::AppDialogSetFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual AppDialogSetcreateAppDialogSet (DialogUsageManager &, const SipMessage &)
virtual ~AppDialogSetFactory ()

Detailed Description

Definition at line 12 of file AppDialogSetFactory.hxx.


Constructor & Destructor Documentation

virtual resip::AppDialogSetFactory::~AppDialogSetFactory ( ) [inline, virtual]

Definition at line 16 of file AppDialogSetFactory.hxx.

{}

Member Function Documentation

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); 
}

The documentation for this class was generated from the following files: