summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.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/orbsvcs/Notify/Find_Worker_T.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/orbsvcs/Notify/Find_Worker_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.h b/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.h
index 172b64c2b56..10aafd0b757 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Find_Worker_T.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_FIND_WORKER_T_H
-#define TAO_NS_FIND_WORKER_T_H
+#ifndef TAO_Notify_FIND_WORKER_T_H
+#define TAO_Notify_FIND_WORKER_T_H
#include "ace/pre.h"
#include "notify_export.h"
@@ -24,33 +24,33 @@
#include "Container_T.h"
/**
- * @class TAO_NS_Find_Worker_T
+ * @class TAO_Notify_Find_Worker_T
*
* @brief Helper to locate a TYPE given its ID.
*
*/
template <class TYPE, class INTERFACE, class INTERFACE_PTR, class EXCEPTION>
-class TAO_Notify_Export TAO_NS_Find_Worker_T : public TAO_ESF_Worker<TYPE>
+class TAO_Notify_Export TAO_Notify_Find_Worker_T : public TAO_ESF_Worker<TYPE>
{
- typedef TAO_NS_Container_T<TYPE> CONTAINER;
+ typedef TAO_Notify_Container_T<TYPE> CONTAINER;
typedef TAO_ESF_Proxy_Collection<TYPE> COLLECTION;
public:
/// Constructor
- TAO_NS_Find_Worker_T (void);
+ TAO_Notify_Find_Worker_T (void);
/// Find the Type.
- TYPE* find (TAO_NS_Object::ID id, CONTAINER& container ACE_ENV_ARG_DECL);
+ TYPE* find (TAO_Notify_Object::ID id, CONTAINER& container ACE_ENV_ARG_DECL);
/// Find and resolve to the Interface.
- INTERFACE_PTR resolve (TAO_NS_Object::ID id, CONTAINER& container ACE_ENV_ARG_DECL);
+ INTERFACE_PTR resolve (TAO_Notify_Object::ID id, CONTAINER& container ACE_ENV_ARG_DECL);
protected:
///= TAO_ESF_Worker method
void work (TYPE* object ACE_ENV_ARG_DECL);
/// The id we're looking for.
- TAO_NS_Object::ID id_;
+ TAO_Notify_Object::ID id_;
/// The result
TYPE* result_;
@@ -69,4 +69,4 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include "ace/post.h"
-#endif /* TAO_NS_FIND_WORKER_T_H */
+#endif /* TAO_Notify_FIND_WORKER_T_H */