summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2009-03-12 12:46:13 +0000
committerOlli Savia <ops@iki.fi>2009-03-12 12:46:13 +0000
commit42c3edc9b0066ee9e6326a817c1743ca870bddd7 (patch)
treea28346dc0bb7d4609b760f7bc183647cf3027dab /TAO/docs
parentdb01fe0f1818fa85a2eeae918e46bdcabdfbfbee (diff)
downloadATCD-42c3edc9b0066ee9e6326a817c1743ca870bddd7.tar.gz
ChangeLogTag: Thu Mar 12 12:45:05 UTC 2009 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp b/TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp
index e64df8236c5..2d55eeffdc2 100644
--- a/TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp
+++ b/TAO/docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp
@@ -23,7 +23,7 @@ void Stock_StockNameConsumer_i::push_StockName (::Stock::StockNames *the_stockna
i < the_stockname->names ().length ();
++i)
{
- if (ACE_OS::strcmp (this->stock_name_,
+ if (ACE_OS::strcmp (this->stock_name_.in (),
the_stockname->names ()[i]) == 0)
{
// Get the quoter for the connection from the <context_>.