Trader_Utils.cpp File Reference

#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)


Function Documentation

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 }


Generated on Tue Feb 2 17:49:30 2010 for TAO_CosTrader by  doxygen 1.4.7