#include <sipfsm.h>

Definition at line 552 of file sipfsm.h.
Public Member Functions | |
| SipWatcher (SipFsm *par, QString localIp, int localPort, SipRegistration *reg, QString destUrl) | |
| ~SipWatcher () | |
| virtual int | FSM (int Event, SipMsg *sipMsg=0, void *Value=0) |
| virtual QString | type () |
| virtual SipUrl * | getUrl () |
Private Member Functions | |
| void | SendSubscribe (SipMsg *authMsg) |
Private Attributes | |
| QString | sipLocalIp |
| int | sipLocalPort |
| SipRegistration * | regProxy |
| SipUrl * | watchedUrl |
| QString | watchedUrlString |
| int | State |
| int | expires |
| int | cseq |
| SipWatcher::SipWatcher | ( | SipFsm * | par, | |
| QString | localIp, | |||
| int | localPort, | |||
| SipRegistration * | reg, | |||
| QString | destUrl | |||
| ) |
Definition at line 2784 of file sipfsm.cpp.
| SipWatcher::~SipWatcher | ( | ) |
Definition at line 2810 of file sipfsm.cpp.
| int SipWatcher::FSM | ( | int | Event, | |
| SipMsg * | sipMsg = 0, |
|||
| void * | Value = 0 | |||
| ) | [virtual] |
Reimplemented from SipFsmBase.
Definition at line 2822 of file sipfsm.cpp.
Referenced by SipWatcher().
| virtual QString SipWatcher::type | ( | void | ) | [inline, virtual] |
| virtual SipUrl* SipWatcher::getUrl | ( | ) | [inline, virtual] |
| void SipWatcher::SendSubscribe | ( | SipMsg * | authMsg | ) | [private] |
QString SipWatcher::sipLocalIp [private] |
int SipWatcher::sipLocalPort [private] |
SipRegistration* SipWatcher::regProxy [private] |
SipUrl* SipWatcher::watchedUrl [private] |
Definition at line 567 of file sipfsm.h.
Referenced by SendSubscribe(), SipWatcher(), and ~SipWatcher().
QString SipWatcher::watchedUrlString [private] |
int SipWatcher::State [private] |
int SipWatcher::expires [private] |
int SipWatcher::cseq [private] |
1.5.5