summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp b/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp
index 6428fec8072..01292422e60 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Property_Boolean.cpp
@@ -10,8 +10,10 @@ ACE_RCSID(Notify, TAO_Notify_Property_Boolean, "$Id$")
#include "PropertySeq.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_Property_Boolean::TAO_Notify_Property_Boolean (const char* name)
- :name_ (name), valid_(0)
+ : name_ (name), valid_(0)
{
}
@@ -41,3 +43,5 @@ TAO_Notify_Property_Boolean::get (CosNotification::PropertySeq& prop_seq)
prop_seq[prop_seq.length () - 1].value <<= CORBA::Any::from_boolean (this->value_);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL