summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_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/Event_Map_Entry_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/Event_Map_Entry_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h
index caca41aecf3..8072fe60465 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_EVENT_MAP_ENTRY_T_H
-#define TAO_NS_EVENT_MAP_ENTRY_T_H
+#ifndef TAO_Notify_EVENT_MAP_ENTRY_T_H
+#define TAO_Notify_EVENT_MAP_ENTRY_T_H
#include "ace/pre.h"
#include "notify_export.h"
@@ -23,26 +23,26 @@
#include "ace/Atomic_Op.h"
#include "tao/corba.h"
-template <class PROXY, class ACE_LOCK> class TAO_NS_Event_Map_T;
+template <class PROXY, class ACE_LOCK> class TAO_Notify_Event_Map_T;
template <class PROXY> class TAO_ESF_Proxy_Collection;
/**
- * @class TAO_NS_Event_Map_Entry_T
+ * @class TAO_Notify_Event_Map_Entry_T
*
* @brief The entry stored in the event map.
*
*/
template <class PROXY>
-class TAO_NS_Event_Map_Entry_T : private ACE_Copy_Disabled
+class TAO_Notify_Event_Map_Entry_T : private ACE_Copy_Disabled
{
public:
typedef TAO_ESF_Proxy_Collection<PROXY> COLLECTION;
/// Constructor
- TAO_NS_Event_Map_Entry_T (void);
+ TAO_Notify_Event_Map_Entry_T (void);
/// Destructor
- ~TAO_NS_Event_Map_Entry_T (void);
+ ~TAO_Notify_Event_Map_Entry_T (void);
/// Init - Allocates collection
void init (ACE_ENV_SINGLE_ARG_DECL);
@@ -90,4 +90,4 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include "ace/post.h"
-#endif /* TAO_NS_EVENT_MAP_ENTRY_T_H */
+#endif /* TAO_Notify_EVENT_MAP_ENTRY_T_H */