|
reSIProcate/stack
9694
|

Public Member Functions | |
| Buddy () | |
| Buddy (const Buddy &rhs) | |
Public Attributes | |
| Uri | uri |
| Data | group |
| DeprecatedDialog * | presDialog |
| UInt64 | mNextTimeToSubscribe |
| bool | online |
| Data | status |
| 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;
};
Definition at line 114 of file TuIM.hxx.
Referenced by resip::TuIM::addBuddy(), Buddy(), and resip::TuIM::processSubscribeResponse().
Definition at line 116 of file TuIM.hxx.
Referenced by Buddy(), resip::TuIM::process(), resip::TuIM::processSubscribeResponse(), and resip::TuIM::subscribeBuddy().
Definition at line 117 of file TuIM.hxx.
Referenced by resip::TuIM::addBuddy(), and Buddy().
Definition at line 115 of file TuIM.hxx.
Referenced by resip::TuIM::addBuddy(), Buddy(), resip::TuIM::process(), resip::TuIM::processResponse(), resip::TuIM::processSubscribeResponse(), and resip::TuIM::subscribeBuddy().
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().
1.7.5.1