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, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
index f79ffa1a0fe..247e7655d40 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 "notify_export.h"
+#include "orbsvcs/Notify/notify_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -19,11 +19,15 @@
#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 *const BlockingPolicy;
+ TAO_NAMESPACE_STORAGE_CLASS const char BlockingPolicy[];
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_NOTIFY_EXTENSIONS_H */