diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/TT_Info.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Trading/TT_Info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Trading/TT_Info.cpp b/TAO/orbsvcs/tests/Trading/TT_Info.cpp index ddc26953dba..329f3d8c86a 100644 --- a/TAO/orbsvcs/tests/Trading/TT_Info.cpp +++ b/TAO/orbsvcs/tests/Trading/TT_Info.cpp @@ -178,7 +178,7 @@ TT_Info::dump_properties (const CosTrading::PropertySeq& prop_seq, if (check) { - TAO_Trader_Test::StringSeq* str_seq; + const TAO_Trader_Test::StringSeq* str_seq = 0; (*value) >>= str_seq; for (seq_length = str_seq->length (), i = 0; i < seq_length; i++) @@ -192,7 +192,7 @@ TT_Info::dump_properties (const CosTrading::PropertySeq& prop_seq, if (check) { - TAO_Trader_Test::ULongSeq* ulong_seq; + const TAO_Trader_Test::ULongSeq* ulong_seq = 0; (*value) >>= ulong_seq; for (seq_length = ulong_seq->length (), i = 0; i < seq_length; i++) |