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

#include <DialogEventHandler.hxx>

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

List of all members.

Public Member Functions

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

Private Attributes

DialogEventInfo mEventInfo

Detailed Description

Definition at line 67 of file DialogEventHandler.hxx.


Constructor & Destructor Documentation

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

Definition at line 70 of file DialogEventHandler.hxx.

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

Definition at line 73 of file DialogEventHandler.hxx.

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

Definition at line 77 of file DialogEventHandler.hxx.

{}

Member Function Documentation

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

Definition at line 79 of file DialogEventHandler.hxx.

References mEventInfo.

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

Member Data Documentation

Definition at line 83 of file DialogEventHandler.hxx.

Referenced by getEventInfo().


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