summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit816b9e2f354c665660f68af62de586b4fbce88fb (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
parent0fb1f9698feed36fd4ea9e4f0321cac881b6d2a2 (diff)
downloadATCD-816b9e2f354c665660f68af62de586b4fbce88fb.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
index b65de4fcfed..1d306ca9a11 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_PERIODIC_SUPPLIER_H
-#define TAO_NS_PERIODIC_SUPPLIER_H
+#ifndef TAO_Notify_Tests_PERIODIC_SUPPLIER_H
+#define TAO_Notify_Tests_PERIODIC_SUPPLIER_H
#include "ace/pre.h"
#include "notify_test_export.h"
@@ -24,27 +24,27 @@
#include "Task_Stats.h"
#include "StructuredEvent.h"
-class TAO_NS_Task_Callback;
+class TAO_Notify_Tests_Task_Callback;
class ACE_Barrier;
class ACE_Arg_Shifter;
/**
- * @class TAO_NS_Periodic_Supplier
+ * @class TAO_Notify_Tests_Periodic_Supplier
*
* @brief A Periodic Supplier.
*
*/
-class TAO_NOTIFY_TEST_Export TAO_NS_Periodic_Supplier : public TAO_Notify_StructuredPushSupplier, public ACE_Task <ACE_SYNCH>
+class TAO_NOTIFY_TEST_Export TAO_Notify_Tests_Periodic_Supplier : public TAO_Notify_Tests_StructuredPushSupplier, public ACE_Task <ACE_SYNCH>
{
public:
/// Constuctor
- TAO_NS_Periodic_Supplier (void);
+ TAO_Notify_Tests_Periodic_Supplier (void);
/// Destructor
- ~TAO_NS_Periodic_Supplier ();
+ ~TAO_Notify_Tests_Periodic_Supplier ();
/// set the helper callback
- void task_callback(TAO_NS_Task_Callback* client);
+ void task_callback(TAO_Notify_Tests_Task_Callback* client);
/// Init the state of this object.
int init_state (ACE_Arg_Shifter& arg_shifter);
@@ -76,9 +76,9 @@ protected:
ACE_Barrier* barrier_;
/// The event to send.
- TAO_NS_StructuredEvent event_;
+ TAO_Notify_Tests_StructuredEvent event_;
- TAO_NS_StructuredEvent zeroth_event;
+ TAO_Notify_Tests_StructuredEvent zeroth_event;
/// The priority of this task.
CORBA::Short priority_;
@@ -108,8 +108,8 @@ protected:
Task_Stats stats_;
/// Client
- TAO_NS_Task_Callback* client_;
+ TAO_Notify_Tests_Task_Callback* client_;
};
#include "ace/post.h"
-#endif /* TAO_NS_PERIODIC_SUPPLIER_H */
+#endif /* TAO_Notify_Tests_PERIODIC_SUPPLIER_H */