|
reSIProcate/DialogUsageManager
9694
|


Public Member Functions | |
| InviteSessionReferExCommand (InviteSession &inviteSession, const NameAddr &referTo, InviteSessionHandle sessionToReplace, bool referSub) | |
| virtual void | executeCommand () |
| virtual EncodeStream & | encodeBrief (EncodeStream &strm) const |
Private Attributes | |
| InviteSession & | mInviteSession |
| InviteSessionHandle | mSessionToReplace |
| NameAddr | mReferTo |
| bool | mReferSub |
Definition at line 989 of file InviteSession.cxx.
| InviteSessionReferExCommand::InviteSessionReferExCommand | ( | InviteSession & | inviteSession, |
| const NameAddr & | referTo, | ||
| InviteSessionHandle | sessionToReplace, | ||
| bool | referSub | ||
| ) | [inline] |
Definition at line 992 of file InviteSession.cxx.
: mInviteSession(inviteSession), mSessionToReplace(sessionToReplace), mReferTo(referTo), mReferSub(referSub) { }
| virtual EncodeStream& InviteSessionReferExCommand::encodeBrief | ( | EncodeStream & | strm | ) | const [inline, virtual] |
Implements resip::Message.
Definition at line 1005 of file InviteSession.cxx.
References EncodeStream.
{
return strm << "InviteSessionReferExCommand";
}
| virtual void InviteSessionReferExCommand::executeCommand | ( | ) | [inline, virtual] |
Implements resip::DumCommand.
Definition at line 1000 of file InviteSession.cxx.
Definition at line 1011 of file InviteSession.cxx.
bool InviteSessionReferExCommand::mReferSub [private] |
Definition at line 1014 of file InviteSession.cxx.
Definition at line 1013 of file InviteSession.cxx.
Definition at line 1012 of file InviteSession.cxx.
1.7.5.1