summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event_Service_Constants.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event_Service_Constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h b/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
index d430e70b5f7..6a5e6836feb 100644
--- a/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
+++ b/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
@@ -25,6 +25,8 @@
#include "orbsvcs/Time_Utilities.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// = Predefined event types. All application defined types should be
// relative to ACE_ES_EVENT_UNDEFINED.
const long ACE_ES_EVENT_ANY = 0;
@@ -75,6 +77,8 @@ const u_long ACE_Scheduler_MAX_SUB_PRIORITY =
const u_long ACE_Scheduler_MIN_SUB_PRIORITY =
ACE_Message_Block::MB_NORMAL;
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_ES_CONSTANTS_H */