diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-26 14:16:00 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-26 14:16:00 +0000 |
commit | 91f35f318f2e3f7681ffe36b5a37e9486eac05ac (patch) | |
tree | 313b0f150e1d009a9d9e1d96eec21e8ca4df739e | |
parent | 1b072b217723eda58bfbda856c82df881104b04c (diff) | |
download | ATCD-91f35f318f2e3f7681ffe36b5a37e9486eac05ac.tar.gz |
ChangeLogTag: Wed Dec 26 08:14:04 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 5 | ||||
-rw-r--r-- | TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index a1111a107ed..6a690a81ee4 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Wed Dec 26 08:14:04 2001 Balachandran Natarajan <bala@cs.wustl.edu> + + * tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h: + Removed #include of Synch_T.h and added Atomic_Op.h. + Wed Dec 26 05:16:45 2001 Mayur Deshpande <mayur@ics.uci.edu> * TAO_IDL/be/be_operation_strategy.cpp: diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h index e55e9e3a458..2c8a682d1ca 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.h @@ -22,7 +22,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Synch_T.h" +#include "ace/Atomic_Op.h" #include "tao/PortableInterceptorC.h" #include "tao/LocalObject.h" |