#include "orbsvcs/Trader/Trader_Utils.h"
#include "ace/OS_NS_string.h"
Include dependency graph for Trader_Utils.cpp:
Go to the source code of this file.
Functions | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL bool | operator== (CORBA::String_var const &lhs, CORBA::String_var const &rhs) |
|
Definition at line 11 of file Trader_Utils.cpp. References ACE_OS::strcmp().
00013 { 00014 return (ACE_OS::strcmp (lhs.in (), rhs.in ()) == 0); 00015 } |