diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Array_Map.h | |
parent | 3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff) | |
download | ATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Array_Map.h')
-rw-r--r-- | ace/Array_Map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Array_Map.h b/ace/Array_Map.h index 5952397aa2e..a5ee252012e 100644 --- a/ace/Array_Map.h +++ b/ace/Array_Map.h @@ -32,6 +32,7 @@ #include <iterator> #include <functional> +ACE_BEGIN_VERSIONED_NAMESPACE_DECL /** * @class ACE_Array_Map @@ -300,6 +301,8 @@ bool operator< (ACE_Array_Map<Key, Value, EqualTo> const & lhs, // -------------------------------------------------------------- +ACE_END_VERSIONED_NAMESPACE_DECL + #ifdef __ACE_INLINE__ # include "ace/Array_Map.inl" #endif /* __ACE_INLINE__ */ |