#include <Interpreter_Utils.h>
Public Member Functions | |
int | operator() (const CORBA::String_var &lhs, const CORBA::String_var &rhs) const |
Definition at line 42 of file Interpreter_Utils.h.
int ACE_Less_Than< CORBA::String_var >::operator() | ( | const CORBA::String_var & | lhs, | |
const CORBA::String_var & | rhs | |||
) | const [inline] |
Definition at line 45 of file Interpreter_Utils.h.
References ACE_OS::strcmp().
00047 { 00048 return ACE_OS::strcmp (lhs.in (), rhs.in ()) < 0; 00049 }