diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:47:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-28 04:47:52 +0000 |
commit | 23dfc04358336d372430c6ec1068e9eaa0ddddbd (patch) | |
tree | 29b6660cf6c4082e8e7317bc86d2cc3d5cb1815f /TAO/tests/Big_Oneways/Session.h | |
parent | afd4f45cae49997a87473bc2a2d300a3b246a84d (diff) | |
download | ATCD-23dfc04358336d372430c6ec1068e9eaa0ddddbd.tar.gz |
ChangeLogTag:Wed Aug 27 21:45:59 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Big_Oneways/Session.h')
-rw-r--r-- | TAO/tests/Big_Oneways/Session.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/Big_Oneways/Session.h b/TAO/tests/Big_Oneways/Session.h index 9e026ad4fbb..e52ef805e36 100644 --- a/TAO/tests/Big_Oneways/Session.h +++ b/TAO/tests/Big_Oneways/Session.h @@ -9,7 +9,12 @@ #include "TestS.h" #include "Session_Task.h" -#include "ace/Barrier.h" + +#if defined(ACE_HAS_THREADS) +# include "ace/Barrier.h" +#else +# include "ace/Null_Barrier.h" +#endif /* ACE_HAS_THREADS */ #if defined (_MSC_VER) # if (_MSC_VER >= 1200) |