summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h
index 516f40d35c4..e38d8afbe3b 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h
@@ -22,6 +22,8 @@
#include "../EventType.h"
#include "orbsvcs/CosNotificationC.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Notify_StructuredEvent;
/**
@@ -81,7 +83,7 @@ protected:
const TAO_Notify_EventType type_;
};
-/*****************************************************************************************************/
+/*****************************************************************************/
/**
* @class TAO_Notify_StructuredEvent
@@ -104,5 +106,7 @@ protected:
CosNotification::StructuredEvent notification_copy;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_Notify_STRUCTUREDEVENT_H */