diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-18 19:17:36 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-18 19:17:36 +0000 |
commit | d419760a77eb75969cb8e3afaf120e060974feb0 (patch) | |
tree | bd18581d6702960ad30d1eb9b7b662af649a3d3b /ace | |
parent | 633d7ee23ca8560e6583b0b15c8e8461202b4734 (diff) | |
download | ATCD-d419760a77eb75969cb8e3afaf120e060974feb0.tar.gz |
ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Codecs.h | 1 | ||||
-rw-r--r-- | ace/Unbounded_Set.inl | 2 | ||||
-rw-r--r-- | ace/Unbounded_Set_Ex.inl | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/ace/Codecs.h b/ace/Codecs.h index 7e25cee826e..7f73f85afe3 100644 --- a/ace/Codecs.h +++ b/ace/Codecs.h @@ -19,6 +19,7 @@ #include "ace/pre.h" #include "ace/Basic_Types.h" +#include "ace/Global_Macros.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once diff --git a/ace/Unbounded_Set.inl b/ace/Unbounded_Set.inl index 3f71cd2b498..9aad60c4a08 100644 --- a/ace/Unbounded_Set.inl +++ b/ace/Unbounded_Set.inl @@ -1,6 +1,8 @@ /* -*- C++ -*- */ // $Id$ +#include "ace/Global_Macros.h" + template <class T> ACE_INLINE int ACE_Unbounded_Set<T>::is_empty (void) const { diff --git a/ace/Unbounded_Set_Ex.inl b/ace/Unbounded_Set_Ex.inl index c6f38c7a9a0..989b7666b49 100644 --- a/ace/Unbounded_Set_Ex.inl +++ b/ace/Unbounded_Set_Ex.inl @@ -1,6 +1,8 @@ /* -*- C++ -*- */ // $Id$ +#include "ace/Global_Macros.h" + template <class T> ACE_INLINE int ACE_Unbounded_Set_Ex<T>::is_empty (void) const { |