summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
index 247e7655d40..f79ffa1a0fe 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
@@ -6,7 +6,7 @@
#include /**/ "ace/pre.h"
-#include "orbsvcs/Notify/notify_export.h"
+#include "notify_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -19,15 +19,11 @@
#endif /* TAO_EXPORT_MACRO */
#define TAO_EXPORT_MACRO TAO_Notify_Export
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO_Notify_Extensions
{
- TAO_NAMESPACE_STORAGE_CLASS const char BlockingPolicy[];
+ TAO_NAMESPACE_STORAGE_CLASS const char *const BlockingPolicy;
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_EXTENSIONS_H */