|
reSIProcate/stack
9694
|
#include <TransactionMessage.hxx>


Public Member Functions | |
| RESIP_HeapCount (TransactionMessage) | |
| virtual const Data & | getTransactionId () const =0 |
| virtual bool | isClientTransaction () const =0 |
| virtual Message * | clone () const |
Definition at line 11 of file TransactionMessage.hxx.
| virtual Message* resip::TransactionMessage::clone | ( | ) | const [inline, virtual] |
Implements resip::Message.
Reimplemented in resip::SipMessage, resip::AbandonServerTransaction, resip::CancelClientInviteTransaction, resip::EnableFlowTimer, resip::TerminateFlow, resip::DnsResultMessage, resip::PollStatistics, resip::ZeroOutStatistics, resip::TransactionUserMessage, resip::ConnectionTerminated, resip::KeepAlivePong, and resip::KeepAliveMessage.
Definition at line 22 of file TransactionMessage.hxx.
{assert(false); return NULL;}
| virtual const Data& resip::TransactionMessage::getTransactionId | ( | ) | const [pure virtual] |
Implemented in resip::SipMessage, resip::TransportFailure, resip::DnsResultMessage, resip::TransactionTerminated, resip::TransactionUserMessage, resip::AbandonServerTransaction, resip::ConnectionTerminated, resip::KeepAlivePong, resip::TimerMessage, resip::CancelClientInviteTransaction, resip::EnableFlowTimer, resip::TerminateFlow, resip::PollStatistics, and resip::ZeroOutStatistics.
Referenced by resip::TransactionState::process(), and resip::TransactionState::processClientInvite().
| virtual bool resip::TransactionMessage::isClientTransaction | ( | ) | const [pure virtual] |
Implemented in resip::SipMessage, resip::TransportFailure, resip::DnsResultMessage, resip::TimerMessage, resip::TransactionTerminated, resip::TransactionUserMessage, resip::AbandonServerTransaction, resip::ConnectionTerminated, resip::KeepAlivePong, resip::CancelClientInviteTransaction, resip::EnableFlowTimer, resip::TerminateFlow, resip::PollStatistics, and resip::ZeroOutStatistics.
Referenced by resip::TransactionState::process().
| resip::TransactionMessage::RESIP_HeapCount | ( | TransactionMessage | ) |
1.7.5.1