#include <jabberoo.hh>
Public Methods | |
| bool | operator() (const string &lhs, const string &rhs) const |
| Another way to use the JID::compare function. More... | |
Definition at line 1231 of file jabberoo.hh.
|
|
Another way to use the JID::compare function.
Definition at line 126 of file jabberoo.cc. 00127 {
00128 return (JID::compare(lhs, rhs) < 0);
00129 }
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001