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

#include <DialogEventHandler.hxx>

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

List of all members.

Public Member Functions

 TerminatedDialogEvent (const DialogEventInfo &info, InviteSessionHandler::TerminatedReason reason, int code)
 TerminatedDialogEvent (const TerminatedDialogEvent &rhs)
virtual ~TerminatedDialogEvent ()
const DialogEventInfogetEventInfo () const
InviteSessionHandler::TerminatedReason getTerminatedReason () const
int getResponseCode () const
DialogEventType getType () const

Private Attributes

DialogEventInfo mEventInfo
InviteSessionHandler::TerminatedReason mReason
int mCode

Detailed Description

Definition at line 104 of file DialogEventHandler.hxx.


Constructor & Destructor Documentation

resip::TerminatedDialogEvent::TerminatedDialogEvent ( const DialogEventInfo info,
InviteSessionHandler::TerminatedReason  reason,
int  code 
) [inline]

Definition at line 107 of file DialogEventHandler.hxx.

      : mEventInfo(info), mReason(reason), mCode(code)
   {}
resip::TerminatedDialogEvent::TerminatedDialogEvent ( const TerminatedDialogEvent rhs) [inline]

Definition at line 110 of file DialogEventHandler.hxx.

      : mEventInfo(rhs.mEventInfo), mReason(rhs.mReason), mCode(rhs.mCode)
   {}
virtual resip::TerminatedDialogEvent::~TerminatedDialogEvent ( ) [inline, virtual]

Definition at line 113 of file DialogEventHandler.hxx.

{}

Member Function Documentation

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

Definition at line 115 of file DialogEventHandler.hxx.

References mEventInfo.

{ return mEventInfo; }
int resip::TerminatedDialogEvent::getResponseCode ( ) const [inline]

Definition at line 117 of file DialogEventHandler.hxx.

References mCode.

{ return mCode; }
InviteSessionHandler::TerminatedReason resip::TerminatedDialogEvent::getTerminatedReason ( ) const [inline]

Definition at line 116 of file DialogEventHandler.hxx.

References mReason.

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

Member Data Documentation

Definition at line 123 of file DialogEventHandler.hxx.

Referenced by getResponseCode().

Definition at line 121 of file DialogEventHandler.hxx.

Referenced by getEventInfo().

Definition at line 122 of file DialogEventHandler.hxx.

Referenced by getTerminatedReason().


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