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

#include <UserInfoMessage.hxx>

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

List of all members.

Public Member Functions

 UserInfoMessage (Processor &proc, const resip::Data &tid, resip::TransactionUser *passedtu)
 UserInfoMessage (const UserInfoMessage &orig)
const resip::Datauser () const
resip::Datauser ()
const resip::Datarealm () const
resip::Datarealm ()
const resip::Datadomain () const
resip::Datadomain ()
const resip::DataA1 () const
resip::DataA1 ()
virtual UserInfoMessageclone () const
virtual EncodeStreamencode (EncodeStream &ostr) const
virtual EncodeStreamencodeBrief (EncodeStream &ostr) const

Public Attributes

AbstractDb::UserRecord mRec

Detailed Description

Definition at line 10 of file UserInfoMessage.hxx.


Constructor & Destructor Documentation

repro::UserInfoMessage::UserInfoMessage ( Processor proc,
const resip::Data tid,
resip::TransactionUser passedtu 
) [inline]

Definition at line 13 of file UserInfoMessage.hxx.

                                                    :
         ProcessorMessage(proc,tid,passedtu)
      {
      }
repro::UserInfoMessage::UserInfoMessage ( const UserInfoMessage orig) [inline]

Definition at line 20 of file UserInfoMessage.hxx.

                                                  :
         ProcessorMessage(orig)
      {
         mRec=orig.mRec;
      }

Member Function Documentation

const resip::Data& repro::UserInfoMessage::A1 ( ) const [inline]

Definition at line 35 of file UserInfoMessage.hxx.

{return mRec.passwordHash;}
resip::Data& repro::UserInfoMessage::A1 ( ) [inline]

Definition at line 36 of file UserInfoMessage.hxx.

{return mRec.passwordHash;}
virtual UserInfoMessage* repro::UserInfoMessage::clone ( ) const [inline, virtual]

Implements repro::ProcessorMessage.

Definition at line 38 of file UserInfoMessage.hxx.

{return new UserInfoMessage(*this);};
const resip::Data& repro::UserInfoMessage::domain ( ) const [inline]

Definition at line 32 of file UserInfoMessage.hxx.

{return mRec.domain;}
resip::Data& repro::UserInfoMessage::domain ( ) [inline]

Definition at line 33 of file UserInfoMessage.hxx.

{return mRec.domain;}
virtual EncodeStream& repro::UserInfoMessage::encode ( EncodeStream ostr) const [inline, virtual]

Implements repro::ProcessorMessage.

Definition at line 40 of file UserInfoMessage.hxx.

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

Implements repro::ProcessorMessage.

Definition at line 41 of file UserInfoMessage.hxx.

{ return encode(ostr);}
const resip::Data& repro::UserInfoMessage::realm ( ) const [inline]

Definition at line 29 of file UserInfoMessage.hxx.

{return mRec.realm;}
resip::Data& repro::UserInfoMessage::realm ( ) [inline]

Definition at line 30 of file UserInfoMessage.hxx.

{return mRec.realm;}
const resip::Data& repro::UserInfoMessage::user ( ) const [inline]

Definition at line 26 of file UserInfoMessage.hxx.

{return mRec.user;}
resip::Data& repro::UserInfoMessage::user ( ) [inline]

Definition at line 27 of file UserInfoMessage.hxx.

{return mRec.user;}

Member Data Documentation

Definition at line 43 of file UserInfoMessage.hxx.


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