summaryrefslogtreecommitdiff
path: root/ace/UUID.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 23:55:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 23:55:10 +0000
commit29ab9ab0e5f3d97107bb5c2bf0b1aa78005a3efc (patch)
tree72b3ef7a314c64d03b5b4aced6c03ae96dd6a362 /ace/UUID.h
parent1f511e649773269c66d39e615cd7de74a845063c (diff)
downloadATCD-29ab9ab0e5f3d97107bb5c2bf0b1aa78005a3efc.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/UUID.h')
-rw-r--r--ace/UUID.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/UUID.h b/ace/UUID.h
index 9882c24cef5..9a1a9cce956 100644
--- a/ace/UUID.h
+++ b/ace/UUID.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
//=============================================================================
/**
* @file UUID.h
@@ -24,6 +25,8 @@
#include "ace/Singleton.h"
#include "ace/Synch_Traits.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace ACE_Utils
{
/// Class to hold a MAC address
@@ -215,10 +218,12 @@ namespace ACE_Utils
int destroy_lock_;
};
- typedef ACE_Singleton <UUID_Generator, ACE_SYNCH_MUTEX> UUID_GENERATOR;
+ typedef ACE_Singleton<UUID_Generator, ACE_SYNCH_MUTEX> UUID_GENERATOR;
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/UUID.inl"
#endif /* __ACE_INLINE__ */