reSIProcate/repro  9694
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
repro::TimerCMessage Class Reference

#include <TimerCMessage.hxx>

Inheritance diagram for repro::TimerCMessage:
Inheritance graph
[legend]
Collaboration diagram for repro::TimerCMessage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimerCMessage (resip::Data tid, int serial)
 ~TimerCMessage ()
virtual const resip::DatagetTransactionId () const
virtual TimerCMessageclone () const
virtual EncodeStreamencode (EncodeStream &ostr) const
virtual EncodeStreamencodeBrief (EncodeStream &ostr) const

Public Attributes

int mSerial

Private Member Functions

 TimerCMessage ()

Private Attributes

resip::Data mTid

Detailed Description

Definition at line 13 of file TimerCMessage.hxx.


Constructor & Destructor Documentation

repro::TimerCMessage::TimerCMessage ( resip::Data  tid,
int  serial 
) [inline]

Definition at line 16 of file TimerCMessage.hxx.

                                             :
         mSerial(serial),
         mTid(tid)
      {}
repro::TimerCMessage::~TimerCMessage ( ) [inline]

Definition at line 21 of file TimerCMessage.hxx.

{}
repro::TimerCMessage::TimerCMessage ( ) [inline, private]

Definition at line 31 of file TimerCMessage.hxx.

{}

Member Function Documentation

virtual TimerCMessage* repro::TimerCMessage::clone ( ) const [inline, virtual]

Implements resip::Message.

Definition at line 24 of file TimerCMessage.hxx.

{return new TimerCMessage(mTid,mSerial);}
virtual EncodeStream& repro::TimerCMessage::encode ( EncodeStream ostr) const [inline, virtual]

Implements resip::Message.

Definition at line 25 of file TimerCMessage.hxx.

{ ostr << "TimerCMessage(tid="<<mTid<<")"; return ostr; }
virtual EncodeStream& repro::TimerCMessage::encodeBrief ( EncodeStream ostr) const [inline, virtual]

Implements resip::Message.

Definition at line 26 of file TimerCMessage.hxx.

{ return encode(ostr);}
virtual const resip::Data& repro::TimerCMessage::getTransactionId ( ) const [inline, virtual]

Reimplemented from resip::ApplicationMessage.

Definition at line 23 of file TimerCMessage.hxx.

{ return mTid; }

Member Data Documentation

Definition at line 28 of file TimerCMessage.hxx.

Definition at line 32 of file TimerCMessage.hxx.


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