reSIProcate/DialogUsageManager  9694
Public Types | Public Member Functions
resip::DialogEvent Class Reference

#include <DialogEventHandler.hxx>

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

List of all members.

Public Types

enum  DialogEventType {
  DialogEventType_Trying, DialogEventType_Proceeding, DialogEventType_Early, DialogEventType_Confirmed,
  DialogEventType_Terminated, DialogEventType_MultipleEvents
}

Public Member Functions

 DialogEvent ()
 DialogEvent (const DialogEvent &rhs)
virtual ~DialogEvent ()
virtual DialogEventType getType () const =0

Detailed Description

Definition at line 10 of file DialogEventHandler.hxx.


Member Enumeration Documentation

Enumerator:
DialogEventType_Trying 
DialogEventType_Proceeding 
DialogEventType_Early 
DialogEventType_Confirmed 
DialogEventType_Terminated 
DialogEventType_MultipleEvents 

Definition at line 17 of file DialogEventHandler.hxx.


Constructor & Destructor Documentation

resip::DialogEvent::DialogEvent ( ) [inline]

Definition at line 13 of file DialogEventHandler.hxx.

{}
resip::DialogEvent::DialogEvent ( const DialogEvent rhs) [inline]

Definition at line 14 of file DialogEventHandler.hxx.

{}
virtual resip::DialogEvent::~DialogEvent ( ) [inline, virtual]

Definition at line 15 of file DialogEventHandler.hxx.

{}

Member Function Documentation

virtual DialogEventType resip::DialogEvent::getType ( ) const [pure virtual]

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