|
reSIProcate/DialogUsageManager
9694
|
Public Member Functions | |
| bool | operator() (const DialogId &x, const DialogId &y) const |
Definition at line 49 of file DialogEventStateManager.hxx.
| bool resip::DialogEventStateManager::DialogIdComparator::operator() | ( | const DialogId & | x, |
| const DialogId & | y | ||
| ) | const [inline] |
Definition at line 52 of file DialogEventStateManager.hxx.
References resip::DialogId::getDialogSetId(), and resip::DialogId::getRemoteTag().
{
if (x.getDialogSetId() == y.getDialogSetId())
{
return (x.getRemoteTag() < y.getRemoteTag());
}
return (x.getDialogSetId() < y.getDialogSetId());
}

1.7.5.1