reSIProcate/repro  9694
Public Member Functions
repro::ResponseContext::CompareStatus Class Reference

#include <ResponseContext.hxx>

Inheritance diagram for repro::ResponseContext::CompareStatus:
Inheritance graph
[legend]
Collaboration diagram for repro::ResponseContext::CompareStatus:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool operator() (const resip::SipMessage &lhs, const resip::SipMessage &rhs) const

Detailed Description

Definition at line 32 of file ResponseContext.hxx.


Member Function Documentation

bool ResponseContext::CompareStatus::operator() ( const resip::SipMessage lhs,
const resip::SipMessage rhs 
) const

Definition at line 1384 of file ResponseContext.cxx.

{
   assert(lhs.isResponse());
   assert(rhs.isResponse());
   
   // !rwm! replace with correct thingy here
   return lhs.header(h_StatusLine).statusCode() < rhs.header(h_StatusLine).statusCode();
}

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