#include <Functor.h>
Public Member Functions | |
| int | operator() (const char *lhs, const char *rhs) const |
| Simply calls ACE_OS::strcmp. | |
Definition at line 355 of file Functor.h.
|
||||||||||||
|
Simply calls ACE_OS::strcmp.
Definition at line 192 of file Functor.inl. References ACE_OS::strcmp().
00193 {
00194 return !ACE_OS::strcmp (lhs, rhs);
00195 }
|
1.3.6