|
reSIProcate/repro
9694
|
#include <ResponseContext.hxx>


Public Member Functions | |
| bool | operator() (const resip::SipMessage &lhs, const resip::SipMessage &rhs) const |
Definition at line 32 of file ResponseContext.hxx.
| 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();
}
1.7.5.1