#include <Functor.h>
Public Member Functions | |
| int | operator() (const wchar_t *lhs, const wchar_t *rhs) const |
| Simply calls ACE_OS::strcmp. | |
Definition at line 531 of file Functor.h.
|
||||||||||||
|
Simply calls ACE_OS::strcmp.
Definition at line 262 of file Functor.inl. References ACE_OS::strcmp().
00264 {
00265 return !ACE_OS::strcmp (lhs, rhs);
00266 }
|
1.3.6