diff options
author | Olli Savia <ops@iki.fi> | 2009-03-12 12:46:13 +0000 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2009-03-12 12:46:13 +0000 |
commit | 42c3edc9b0066ee9e6326a817c1743ca870bddd7 (patch) | |
tree | a28346dc0bb7d4609b760f7bc183647cf3027dab /TAO/docs | |
parent | db01fe0f1818fa85a2eeae918e46bdcabdfbfbee (diff) | |
download | ATCD-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.cpp | 2 |
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_>. |