|
reSIProcate/stack
9694
|

Public Member Functions | |
| Item (TransactionUser *ptu) | |
| bool | operator== (const Item &rhs) |
Public Attributes | |
| TransactionUser * | tu |
| bool | shuttingDown |
Definition at line 55 of file TuSelector.hxx.
| resip::TuSelector::Item::Item | ( | TransactionUser * | ptu | ) | [inline] |
Definition at line 57 of file TuSelector.hxx.
: tu(ptu), shuttingDown(false) {}
| bool resip::TuSelector::Item::operator== | ( | const Item & | rhs | ) | [inline] |
Definition at line 59 of file TuSelector.hxx.
Definition at line 58 of file TuSelector.hxx.
Referenced by operator==().
1.7.5.1