reSIProcate/DialogUsageManager  9694
Public Member Functions | Private Attributes
resip::ConfirmedDialogEvent Class Reference

#include <DialogEventHandler.hxx>

Inheritance diagram for resip::ConfirmedDialogEvent:
Inheritance graph
[legend]
Collaboration diagram for resip::ConfirmedDialogEvent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConfirmedDialogEvent (const DialogEventInfo &info)
 ConfirmedDialogEvent (const ConfirmedDialogEvent &rhs)
virtual ~ConfirmedDialogEvent ()
const DialogEventInfogetEventInfo () const
DialogEventType getType () const

Private Attributes

DialogEventInfo mEventInfo

Detailed Description

Definition at line 86 of file DialogEventHandler.hxx.


Constructor & Destructor Documentation

resip::ConfirmedDialogEvent::ConfirmedDialogEvent ( const DialogEventInfo info) [inline]

Definition at line 89 of file DialogEventHandler.hxx.

      : mEventInfo(info)
   {}
resip::ConfirmedDialogEvent::ConfirmedDialogEvent ( const ConfirmedDialogEvent rhs) [inline]

Definition at line 92 of file DialogEventHandler.hxx.

      : mEventInfo(rhs.mEventInfo)
   {}
virtual resip::ConfirmedDialogEvent::~ConfirmedDialogEvent ( ) [inline, virtual]

Definition at line 95 of file DialogEventHandler.hxx.

{}

Member Function Documentation

const DialogEventInfo& resip::ConfirmedDialogEvent::getEventInfo ( ) const [inline]

Definition at line 97 of file DialogEventHandler.hxx.

References mEventInfo.

{ return mEventInfo; }
DialogEventType resip::ConfirmedDialogEvent::getType ( ) const [inline, virtual]

Member Data Documentation

Definition at line 101 of file DialogEventHandler.hxx.

Referenced by getEventInfo().


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