Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Unbounded_Set.cpp
blob4450f21f05a9f502062c8ecc2685b0ad586e1411
1 #ifndef ACE_UNBOUNDED_SET_CPP
2 #define ACE_UNBOUNDED_SET_CPP
4 #include "ace/Unbounded_Set.h"
5 #include "ace/Malloc_Base.h"
6 #include "ace/Log_Category.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 # pragma once
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 #if !defined (__ACE_INLINE__)
13 #include "ace/Unbounded_Set.inl"
14 #endif /* __ACE_INLINE__ */
16 #endif /* ACE_UNBOUNDED_SET_CPP */