reSIProcate/DialogUsageManager  9694
Public Member Functions
resip::DialogEventStateManager::DialogIdComparator Class Reference

List of all members.

Public Member Functions

bool operator() (const DialogId &x, const DialogId &y) const

Detailed Description

Definition at line 49 of file DialogEventStateManager.hxx.


Member Function Documentation

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());
      }

Here is the call graph for this function:


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