summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp b/TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp
index b63c36326cc..96f213d97d4 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Bit_Vector.cpp
@@ -2,6 +2,8 @@
#include "Bit_Vector.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO_Notify
{
@@ -108,3 +110,5 @@ Bit_Vector::find_first_bit_of(const size_t location, bool set)
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL