summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp b/TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp
index a6c9107126f..ec0758fbe6a 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp
+++ b/TAO/orbsvcs/tests/Notify/Basic/MultiTypes.cpp
@@ -165,9 +165,9 @@ MultiTypes::init (int argc,
structured_consumer_ = new MultiTypes_StructuredPushConsumer (this);
sequence_consumer_ = new MultiTypes_SequencePushConsumer (this);
- any_supplier_ = new TAO_Notify_PushSupplier;
- structured_supplier_ = new TAO_Notify_StructuredPushSupplier ();
- sequence_supplier_ = new TAO_Notify_SequencePushSupplier ();
+ any_supplier_ = new TAO_Notify_Tests_PushSupplier;
+ structured_supplier_ = new TAO_Notify_Tests_StructuredPushSupplier ();
+ sequence_supplier_ = new TAO_Notify_Tests_SequencePushSupplier ();
// Init and connect all consumers.
structured_consumer_->init (root_poa_.in () ACE_ENV_ARG_PARAMETER);