reSIProcate/stack  9694
Public Member Functions | Public Attributes
resip::TuIM::Buddy Class Reference
Collaboration diagram for resip::TuIM::Buddy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Buddy ()
 Buddy (const Buddy &rhs)

Public Attributes

Uri uri
Data group
DeprecatedDialogpresDialog
UInt64 mNextTimeToSubscribe
bool online
Data status

Detailed Description

Definition at line 110 of file TuIM.hxx.


Constructor & Destructor Documentation

resip::TuIM::Buddy::Buddy ( ) [inline]

Definition at line 120 of file TuIM.hxx.

{};
resip::TuIM::Buddy::Buddy ( const Buddy rhs) [inline]

Definition at line 121 of file TuIM.hxx.

References group, mNextTimeToSubscribe, online, presDialog, status, and uri.

            {
                uri = rhs.uri;
                group = rhs.group;
                presDialog = rhs.presDialog;
                mNextTimeToSubscribe = rhs.mNextTimeToSubscribe;
                online = rhs.online;
                status = rhs.status;
            };

Member Data Documentation

Definition at line 114 of file TuIM.hxx.

Referenced by resip::TuIM::addBuddy(), Buddy(), and resip::TuIM::processSubscribeResponse().

Definition at line 117 of file TuIM.hxx.

Referenced by resip::TuIM::addBuddy(), and Buddy().

Definition at line 118 of file TuIM.hxx.

Referenced by resip::TuIM::addBuddy(), and Buddy().

Definition at line 113 of file TuIM.hxx.

Referenced by resip::TuIM::addBuddy(), Buddy(), and resip::TuIM::subscribeBuddy().


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