diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-06 21:41:59 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-06 21:41:59 +0000 |
commit | 816b9e2f354c665660f68af62de586b4fbce88fb (patch) | |
tree | 81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/MT_Dispatching | |
parent | 0fb1f9698feed36fd4ea9e4f0321cac881b6d2a2 (diff) | |
download | ATCD-816b9e2f354c665660f68af62de586b4fbce88fb.tar.gz |
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp | 4 |
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; |