diff options
author | Steve Huston <shuston@riverace.com> | 2002-02-18 23:57:48 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-02-18 23:57:48 +0000 |
commit | cb5782160deb22d6f335573aec7b11df3eb53519 (patch) | |
tree | 6cd1521af94b5ab46b4edb271e6a3e12d802121f /ace | |
parent | f0efea7f83d2a2e76b746c6bfa08281ecb375d0b (diff) | |
download | ATCD-cb5782160deb22d6f335573aec7b11df3eb53519.tar.gz |
ChangeLogTag:Mon Feb 18 18:41:33 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Hash_Map_With_Allocator_T.h | 1 | ||||
-rw-r--r-- | ace/config-all.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ace/Hash_Map_With_Allocator_T.h b/ace/Hash_Map_With_Allocator_T.h index 0b04fe130d8..6ee18da8a22 100644 --- a/ace/Hash_Map_With_Allocator_T.h +++ b/ace/Hash_Map_With_Allocator_T.h @@ -15,6 +15,7 @@ #include "ace/pre.h" #include "ace/Hash_Map_Manager.h" +#include "ace/Synch.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once diff --git a/ace/config-all.h b/ace/config-all.h index c1de0abda5d..667c4b7f4cb 100644 --- a/ace/config-all.h +++ b/ace/config-all.h @@ -44,7 +44,7 @@ // used". # define ACE_RCSID(path, file, id) \ - inline const char* get_rcsid_ ## path ## _ ## file (const char*) \ + static inline const char* get_rcsid_ ## path ## _ ## file (const char*) \ { \ return id ; \ } \ |