summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MT_Dispatching
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching')
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h2
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
index e28c7e319f1..f3f2205226c 100644
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
@@ -21,7 +21,7 @@
#include "Notify_StructuredPushConsumer.h"
-class Notify_Structured_Push_Consumer : public TAO_Notify_StructuredPushConsumer
+class Notify_Structured_Push_Consumer : public TAO_Notify_Tests_StructuredPushConsumer
{
public:
Notify_Structured_Push_Consumer (
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp
index 94216129baa..f50a5bc3846 100644
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp
@@ -21,7 +21,7 @@
// ******************************************************************
static const unsigned int supplier_max = 32;
-static TAO_Notify_StructuredPushSupplier* suppliers[supplier_max] = {0};
+static TAO_Notify_Tests_StructuredPushSupplier* suppliers[supplier_max] = {0};
static unsigned int supplier_count = 1;
static CORBA::Boolean done = 0;
static CORBA::Boolean start = 0;
@@ -197,7 +197,7 @@ create_suppliers (CosNotifyChannelAdmin::SupplierAdmin_ptr admin,
{
// startup the supplier
ACE_NEW_THROW_EX (suppliers[i],
- TAO_Notify_StructuredPushSupplier (),
+ TAO_Notify_Tests_StructuredPushSupplier (),
CORBA::NO_MEMORY ());
suppliers[i]->init (poa ACE_ENV_ARG_PARAMETER);
ACE_CHECK;