summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-12 09:37:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-12 09:37:58 +0000
commite107ec6087428cf1917764e400401471ec6a3e84 (patch)
tree9027961b26b76973669e0e727aa0ae2354875819 /TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp
parentf216f6cf022c4e539faf86ab1f25d4272a02258f (diff)
downloadATCD-e107ec6087428cf1917764e400401471ec6a3e84.tar.gz
ChangeLogTag:Sat Nov 12 01:34:26 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp
index 217f701283e..c97e70b407e 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.cpp
@@ -8,6 +8,8 @@ ACE_RCSID (Utils,
#include "UUID.inl"
#endif /* __ACE_INLINE__ */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
static union
{
struct
@@ -161,3 +163,5 @@ UUID::create (unsigned char *buffer)
memcpy(buffer + 10, &node, 6);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL