summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
commitd82f0771e937769da4577e271af16f77005da497 (patch)
treefefa0b410111047bf0bab244113a81f3904fa1dc /TAO/orbsvcs/orbsvcs/Notify/Event.cpp
parenta67285658f66a3e7c750d04843219ae6ef39167b (diff)
downloadATCD-d82f0771e937769da4577e271af16f77005da497.tar.gz
ChangeLogTag:Mon Nov 14 13:54:08 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Event.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Event.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Event.cpp b/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
index 04e4e4ba7e8..927245c7b01 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Event.cpp
@@ -17,6 +17,8 @@ ACE_RCSID (Notify,
#include "Any/AnyEvent.h"
#include "Structured/StructuredEvent.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_Event::TAO_Notify_Event (void)
: priority_ (CosNotification::Priority, CosNotification::DefaultPriority)
, timeout_ (CosNotification::Timeout)
@@ -79,3 +81,4 @@ TAO_Notify_Event::unmarshal (TAO_InputCDR & cdr)
return result;
}
+TAO_END_VERSIONED_NAMESPACE_DECL