summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h b/TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h
index 9a1d8034548..8f3c76470a4 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Supplier_Map.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef TAO_NS_SUPPLIER_MAP_H
-#define TAO_NS_SUPPLIER_MAP_H
+#ifndef TAO_Notify_SUPPLIER_MAP_H
+#define TAO_Notify_SUPPLIER_MAP_H
#include "ace/pre.h"
#include "notify_export.h"
@@ -23,13 +23,13 @@
#include "ProxyConsumer.h"
/**
- * @class TAO_NS_Supplier_Map
+ * @class TAO_Notify_Supplier_Map
*
* @brief The Event Map for Suppliers.
*
*/
-typedef TAO_NS_Event_Map_T<TAO_NS_ProxyConsumer, TAO_SYNCH_RW_MUTEX> TAO_NS_Supplier_Map;
+typedef TAO_Notify_Event_Map_T<TAO_Notify_ProxyConsumer, TAO_SYNCH_RW_MUTEX> TAO_Notify_Supplier_Map;
#include "ace/post.h"
-#endif /* TAO_NS_SUPPLIER_MAP_H */
+#endif /* TAO_Notify_SUPPLIER_MAP_H */