From 8390b59170b1b66bdda62f2c0bd544fb8baf8b6b Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 31 Oct 2016 16:30:31 +0100 Subject: Revert "some (bundled) minor changes (take 2)" --- .gitignore | 4 --- ACE/NEWS | 22 ------------- ACE/ace/Condition_Recursive_Thread_Mutex.cpp | 38 ++++++++++++++++------ ACE/ace/Condition_Recursive_Thread_Mutex.h | 19 ----------- ACE/ace/Condition_Recursive_Thread_Mutex.inl | 28 ---------------- ACE/ace/Future.h | 2 ++ ACE/ace/OS_NS_pwd.inl | 8 ----- ACE/ace/Synch.h | 4 --- ACE/ace/Timer_Queue_Adapters.cpp | 2 +- ACE/ace/Timer_Queue_Adapters.h | 2 +- ACE/ace/WIN32_Asynch_IO.cpp | 5 --- ACE/ace/WIN32_Proactor.cpp | 6 ---- ACE/ace/ace.mpc | 6 ---- ACE/ace/config-g++-common.h | 17 +--------- ACE/ace/config-macros.h | 4 --- ACE/ace/config-sunos5.11.h | 3 -- ACE/ace/config-win32-msvc-14.h | 4 --- ACE/apps/JAWS3/http/HTTP_Service_Handler.h | 4 +-- ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h | 4 +-- ACE/apps/JAWS3/jaws3/Config_File.cpp | 5 ++- ACE/apps/JAWS3/jaws3/Datagram.h | 2 +- ACE/apps/JAWS3/jaws3/Options.h | 2 +- ACE/apps/JAWS3/jaws3/Signal_Task.h | 2 +- ACE/apps/JAWS3/jaws3/Symbol_Table.cpp | 2 -- ACE/apps/JAWS3/jaws3/Symbol_Table.h | 2 +- ACE/apps/JAWS3/small/SS_Service_Handler.h | 4 +-- ACE/examples/APG/Logging/LogManager.h | 7 ++-- ACE/examples/APG/Logging/Use_LogManager.cpp | 3 -- ACE/examples/APG/ThreadSafety/ClientContext.h | 4 +-- ACE/examples/APG/Threads/Message_Receiver.h | 2 +- ACE/examples/APG/Timers/PTimerDispatcher.h | 5 ++- ACE/examples/APG/Timers/TimerDispatcher.h | 5 ++- ACE/examples/APG/Timers/Upcall.h | 6 ++-- ACE/examples/C++NPv2/TP_Logging_Server.cpp | 2 -- ACE/examples/C++NPv2/TP_Logging_Server.h | 5 ++- .../Thread_Timer_Queue_Custom_Handler_Test.h | 1 + .../Timer_Queue/Thread_Timer_Queue_Test.cpp | 2 ++ ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h | 14 ++++---- ACE/protocols/ace/HTBP/HTBP_Addr.h | 1 + ACE/protocols/ace/HTBP/HTBP_Channel.cpp | 9 +++-- ACE/protocols/ace/HTBP/HTBP_Channel.h | 1 - ACE/protocols/ace/HTBP/HTBP_Filter.cpp | 6 ++-- .../ace/HTBP/HTBP_Inside_Squid_Filter.cpp | 6 ---- ACE/protocols/ace/HTBP/HTBP_Notifier.cpp | 5 +-- .../ace/HTBP/HTBP_Outside_Squid_Filter.cpp | 8 ++--- ACE/protocols/ace/HTBP/HTBP_Session.cpp | 18 +++++----- ACE/protocols/ace/HTBP/HTBP_Session.h | 4 +-- ACE/protocols/ace/HTBP/HTBP_Stream.cpp | 7 ++-- ACE/protocols/ace/TMCast/LinkListener.hpp | 13 ++++---- ACE/protocols/ace/TMCast/Messaging.hpp | 6 ++-- ACE/protocols/ace/TMCast/TransactionController.hpp | 6 ++-- ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp | 3 +- ACE/protocols/tests/HTBP/Reactor_Tests/server.cpp | 20 ++++++------ .../tests/HTBP/Reactor_Tests/test_config.h | 9 +++-- ACE/protocols/tests/HTBP/Send_Large_Msg/client.cpp | 9 +++-- ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp | 14 ++++---- .../tests/HTBP/Send_Recv_Tests/client.cpp | 16 ++++----- .../tests/HTBP/Send_Recv_Tests/server.cpp | 20 ++++++------ ACE/protocols/tests/HTBP/ping/client.cpp | 1 - ACE/protocols/tests/HTBP/ping/server.cpp | 14 ++++---- ACE/tests/Recursive_Condition_Bug_Test.cpp | 8 ++--- ACE/tests/Recursive_Condition_Test.cpp | 11 ++++--- ACE/tests/Refcounted_Auto_Ptr_Test.h | 2 +- 63 files changed, 171 insertions(+), 303 deletions(-) delete mode 100644 ACE/ace/Condition_Recursive_Thread_Mutex.inl diff --git a/.gitignore b/.gitignore index 6eed410f3aa..a2aed252e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,9 +16,6 @@ *S_T.h *S_T.inl -*.iobj -*.ipdb - .depend.* GNUmakefile* *.ior @@ -41,4 +38,3 @@ ipch/ *.res *.opendb *.VC.db -build diff --git a/ACE/NEWS b/ACE/NEWS index 343b5df37df..e3338ac417e 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,28 +1,6 @@ USER VISIBLE CHANGES BETWEEN ACE-6.4.1 and ACE-6.4.2 ==================================================== -. Added support for getpwnam_r on Solaris 11 - -. ACE_OSTREAM_TYPE uses the std namespace where applicable - -. ACE_WIN32_Asynch_Operation::cancel() uses CancelIOEx on Windows Vista and - above - -. Bugfix of exported template specializations on Win32 platforms - (specifically, ACE_Condition_Recursive_Thread_Mutex) - -. Fixed potential memory leak when using the ACE_WIN32_Proactor - -. Header sanitizations (specifically, ace/Synch.h) - -. Fixed a race condition in ACE_Thread_Manager::task_wait() on Win32 - -. A (major) cleanup of timer queue code - -. Repaired the ACE_Timer_Hash class. This class code was unused for a while - and essentially broken due to bit-rot. It is now another (meta-)implementation - that can be used stand-alone, or with the other timer queue implementations - USER VISIBLE CHANGES BETWEEN ACE-6.4.0 and ACE-6.4.1 ==================================================== diff --git a/ACE/ace/Condition_Recursive_Thread_Mutex.cpp b/ACE/ace/Condition_Recursive_Thread_Mutex.cpp index 763f08154de..2f68f8c8b36 100644 --- a/ACE/ace/Condition_Recursive_Thread_Mutex.cpp +++ b/ACE/ace/Condition_Recursive_Thread_Mutex.cpp @@ -12,15 +12,15 @@ #if defined (ACE_HAS_THREADS) -#if !defined (__ACE_INLINE__) -#include "ace/Condition_Recursive_Thread_Mutex.inl" -#endif /* __ACE_INLINE__ */ - #include "ace/Log_Category.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL -ACE_ALLOC_HOOK_DEFINE (ACE_Condition) +int +ACE_Condition::remove (void) +{ + return ACE_OS::cond_destroy (&this->cond_); +} void ACE_Condition::dump (void) const @@ -37,6 +37,11 @@ ACE_Condition::dump (void) const #endif /* ACE_HAS_DUMP */ } +ACE_Condition::~ACE_Condition (void) +{ + this->remove (); +} + ACE_Condition::ACE_Condition (ACE_Recursive_Thread_Mutex &m) : mutex_ (m) { @@ -55,11 +60,6 @@ ACE_Condition::ACE_Condition (ACE_Recursive_Thread_M ACE_TEXT ("ACE_Condition::ACE_Condition"))); } -ACE_Condition::~ACE_Condition (void) -{ - this->remove (); -} - int ACE_Condition::wait (const ACE_Time_Value *abstime) { @@ -108,6 +108,24 @@ ACE_Condition::wait (ACE_Recursive_Thread_Mutex &mut return result; } +int +ACE_Condition::signal (void) +{ + return ACE_OS::cond_signal (&this->cond_); +} + +int +ACE_Condition::broadcast (void) +{ + return ACE_OS::cond_broadcast (&this->cond_); +} + +ACE_Recursive_Thread_Mutex & +ACE_Condition::mutex (void) +{ + return this->mutex_; +} + ACE_END_VERSIONED_NAMESPACE_DECL #endif /* ACE_HAS_THREADS */ diff --git a/ACE/ace/Condition_Recursive_Thread_Mutex.h b/ACE/ace/Condition_Recursive_Thread_Mutex.h index 8d0b277511a..a7ce9944cc5 100644 --- a/ACE/ace/Condition_Recursive_Thread_Mutex.h +++ b/ACE/ace/Condition_Recursive_Thread_Mutex.h @@ -23,16 +23,12 @@ #if !defined (ACE_HAS_THREADS) # include "ace/Null_Condition.h" #else /* ACE_HAS_THREADS */ -// ACE platform supports some form of threading. - #include "ace/Recursive_Thread_Mutex.h" #include "ace/Condition_Attributes.h" #include "ace/Condition_T.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL -class ACE_Time_Value; - /** * @brief ACE_Condition template specialization written using * @a ACE_Recursive_Thread_Mutex. This allows threads to block until @@ -90,9 +86,6 @@ public: /// Dump the state of an object. void dump (void) const; - /// Declare the dynamic allocation hooks. - ACE_ALLOC_HOOK_DECLARE; - private: // = Prevent assignment and copying. @@ -108,23 +101,11 @@ private: ACE_Recursive_Thread_Mutex &mutex_; }; -// prevent implicit instantiations by includers to relieve the linker -#if defined (ACE_HAS_CPP11_EXTERN_TEMPLATES) -# if defined (ACE_LACKS_CPP11_EXTERN_TEMPLATE_ATTRIBUTES) -extern template class ACE_Condition; -# else -extern template ACE_Export class ACE_Condition; -# endif /* ACE_LACKS_CPP11_EXTERN_TEMPLATE_ATTRIBUTES */ -#endif /* ACE_HAS_CPP11_EXTERN_TEMPLATES */ typedef ACE_Condition ACE_Condition_Recursive_Thread_Mutex; ACE_END_VERSIONED_NAMESPACE_DECL -#if defined (__ACE_INLINE__) -#include "ace/Condition_Recursive_Thread_Mutex.inl" -#endif /* __ACE_INLINE__ */ - #endif /* !ACE_HAS_THREADS */ #include /**/ "ace/post.h" diff --git a/ACE/ace/Condition_Recursive_Thread_Mutex.inl b/ACE/ace/Condition_Recursive_Thread_Mutex.inl deleted file mode 100644 index 30895e26f7c..00000000000 --- a/ACE/ace/Condition_Recursive_Thread_Mutex.inl +++ /dev/null @@ -1,28 +0,0 @@ -// -*- C++ -*- -ACE_BEGIN_VERSIONED_NAMESPACE_DECL - -ACE_INLINE int -ACE_Condition::remove (void) -{ - return ACE_OS::cond_destroy (&this->cond_); -} - -ACE_INLINE ACE_Recursive_Thread_Mutex & -ACE_Condition::mutex (void) -{ - return this->mutex_; -} - -ACE_INLINE int -ACE_Condition::signal (void) -{ - return ACE_OS::cond_signal (&this->cond_); -} - -ACE_INLINE int -ACE_Condition::broadcast (void) -{ - return ACE_OS::cond_broadcast (&this->cond_); -} - -ACE_END_VERSIONED_NAMESPACE_DECL diff --git a/ACE/ace/Future.h b/ACE/ace/Future.h index 1ed39ab50fe..c83fae41a47 100644 --- a/ACE/ace/Future.h +++ b/ACE/ace/Future.h @@ -26,6 +26,8 @@ #if defined (ACE_HAS_THREADS) #include "ace/Synch_Traits.h" +#include "ace/Recursive_Thread_Mutex.h" +#include "ace/Condition_Recursive_Thread_Mutex.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/ace/OS_NS_pwd.inl b/ACE/ace/OS_NS_pwd.inl index a6e0d43d0f6..3d680bba97b 100644 --- a/ACE/ace/OS_NS_pwd.inl +++ b/ACE/ace/OS_NS_pwd.inl @@ -56,14 +56,6 @@ ACE_OS::getpwnam_r (const char *name, } *result = pwd; return 0; -#elif defined (ACE_HAS_SOLARIS11_GETPWNAM_R) - if (::getpwnam_r (name, pwd, buffer, bufsize) == 0) - { - *result = 0; - return -1; - } - *result = pwd; - return 0; #elif defined (ACE_HAS_STHREADS) if (::getpwnam_r (name, pwd, buffer, bufsize) != 0) { diff --git a/ACE/ace/Synch.h b/ACE/ace/Synch.h index 5843c28fa8d..6a6bf794258 100644 --- a/ACE/ace/Synch.h +++ b/ACE/ace/Synch.h @@ -20,10 +20,6 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -// *NOTE*: never never never ever #include this file in a header -// --> #include "ace/Synch_Traits.h" instead and #include "ace/Synch.h" -// in the .cpp. This prevents multiple implicit template -// instantiations (linker errors on MSVC) #if !defined (DO_NOT_INCLUDE_SYNCH_H) /* All the classes have been moved out into their own headers as part of diff --git a/ACE/ace/Timer_Queue_Adapters.cpp b/ACE/ace/Timer_Queue_Adapters.cpp index a56bc9a21e5..b2ccf1a2168 100644 --- a/ACE/ace/Timer_Queue_Adapters.cpp +++ b/ACE/ace/Timer_Queue_Adapters.cpp @@ -276,7 +276,7 @@ ACE_Thread_Timer_Queue_Adapter::svc (void) { // The earliest time on the Timer_Queue lies in future; // convert the tv to an absolute time. - ACE_Time_Value const tv = tv_curr + (tv_earl - tv_curr); + ACE_Time_Value const tv = this->timer_queue_->gettimeofday () + (tv_earl - tv_curr); // ACELIB_DEBUG ((LM_DEBUG, ACE_TEXT ("waiting until %u.%3.3u secs\n"), // tv.sec(), tv.msec())); this->condition_.wait (&tv); diff --git a/ACE/ace/Timer_Queue_Adapters.h b/ACE/ace/Timer_Queue_Adapters.h index 4704de6d4e9..a92a260cd2f 100644 --- a/ACE/ace/Timer_Queue_Adapters.h +++ b/ACE/ace/Timer_Queue_Adapters.h @@ -21,7 +21,7 @@ #include "ace/Signal.h" #include "ace/Sig_Handler.h" -#include "ace/Synch_Traits.h" +#include "ace/Condition_Recursive_Thread_Mutex.h" #if defined (ACE_HAS_DEFERRED_TIMER_COMMANDS) # include "ace/Unbounded_Queue.h" diff --git a/ACE/ace/WIN32_Asynch_IO.cpp b/ACE/ace/WIN32_Asynch_IO.cpp index 1d42267843d..d914ccfc463 100644 --- a/ACE/ace/WIN32_Asynch_IO.cpp +++ b/ACE/ace/WIN32_Asynch_IO.cpp @@ -175,12 +175,7 @@ ACE_WIN32_Asynch_Operation::cancel (void) // @@ This API returns 0 on failure. So, I am returning -1 in that // case. Is that right? (Alex). -#if (_WIN32_WINNT < 0x0600) int const result = (int) ::CancelIo (this->handle_); -#else - int const result = (int) ::CancelIoEx (this->handle_, - 0); -#endif /* _WIN32_WINNT < 0x0600 */ if (result == 0) // Couldn't cancel the operations. diff --git a/ACE/ace/WIN32_Proactor.cpp b/ACE/ace/WIN32_Proactor.cpp index c593398cc26..25bf4f31b32 100644 --- a/ACE/ace/WIN32_Proactor.cpp +++ b/ACE/ace/WIN32_Proactor.cpp @@ -636,12 +636,6 @@ ACE_WIN32_Proactor::application_specific_code (ACE_WIN32_Asynch_Result *asynch_r const void *completion_key, u_long error) { - // *NOTE*: on Win32 with MSVC (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS set), this - // needs to be compiled with '/EHa' to work properly, otherwise - // 'finally' is skipped, leaking memory - // *TODO*: the default (auto-)generated MPC MSVC project files do not enforce - // this (uses '/EHsc', see $MPC_ROOT/templates/nmakedll.mpt:36) - // *WORKAROUND*: #undef(ine) ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS in config.h ACE_SEH_TRY { // Call completion hook diff --git a/ACE/ace/ace.mpc b/ACE/ace/ace.mpc index 78cf996f52f..2de100fe757 100644 --- a/ACE/ace/ace.mpc +++ b/ACE/ace/ace.mpc @@ -382,9 +382,7 @@ project(ACE) : ace_output, acedefaults, install, other, codecs, token, svcconf, Inline_Files { Bound_Ptr.inl - Condition_Recursive_Thread_Mutex.inl Condition_T.inl - Condition_Thread_Mutex.inl Guard_T.inl Handle_Gobbler.inl Intrusive_Auto_Ptr.inl @@ -394,7 +392,6 @@ project(ACE) : ace_output, acedefaults, install, other, codecs, token, svcconf, Reverse_Lock_T.inl TSS_T.inl Time_Value_T.inl - Timer_Queue_Adapters.inl } Header_Files { @@ -407,9 +404,7 @@ project(ACE) : ace_output, acedefaults, install, other, codecs, token, svcconf, Codeset_Symbols.h CORBA_macros.h Codeset_Symbols.h - Condition_Recursive_Thread_Mutex.h Condition_T.h - Condition_Thread_Mutex.h Countdown_Time.h Default_Constants.h Event_Base.h @@ -464,7 +459,6 @@ project(ACE) : ace_output, acedefaults, install, other, codecs, token, svcconf, Timer_Heap.h Timer_List.h Timer_Queue.h - Timer_Queue_Adapters.h Timer_Queuefwd.h Timer_Wheel.h Truncate.h diff --git a/ACE/ace/config-g++-common.h b/ACE/ace/config-g++-common.h index 9d60b39d174..4ced0ef10b6 100644 --- a/ACE/ace/config-g++-common.h +++ b/ACE/ace/config-g++-common.h @@ -38,22 +38,7 @@ # if __cplusplus > 201103L # define ACE_HAS_CPP14 # endif -#endif /* __GNUC__ >= 4.7 */ - -// *NOTE*: this feature may go back further, see e.g.: -// https://gcc.gnu.org/projects/cxx0x.html -#if defined (ACE_HAS_CPP11) -# if (__GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)) -# define ACE_HAS_CPP11_EXTERN_TEMPLATES -# endif /* __GNUC__ >= 4.3 */ - -// *NOTE*: suppress a warning, g++ 5.2.1 does not support attributes on template -// instantiation declarations -// *TODO*: this probably goes back further than 5.2 -# if (__GNUC__ >= 6 || (__GNUC__ == 5 && __GNUC_MINOR__ >= 2)) -# define ACE_LACKS_CPP11_EXTERN_TEMPLATE_ATTRIBUTES -# endif /* __GNUC__ >= 5.2 */ -#endif /* ACE_HAS_CPP11 */ +#endif #if (defined (i386) || defined (__i386__)) && !defined (ACE_SIZEOF_LONG_DOUBLE) # define ACE_SIZEOF_LONG_DOUBLE 12 diff --git a/ACE/ace/config-macros.h b/ACE/ace/config-macros.h index b1d859fff71..2fae4892abd 100644 --- a/ACE/ace/config-macros.h +++ b/ACE/ace/config-macros.h @@ -49,11 +49,7 @@ # if defined (ACE_LACKS_IOSTREAM_TOTALLY) # define ACE_OSTREAM_TYPE FILE # else /* ! ACE_LACKS_IOSTREAM_TOTALLY */ -# if defined ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB -# define ACE_OSTREAM_TYPE std::ostream -# else # define ACE_OSTREAM_TYPE ostream -# endif /* ! ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */ # endif /* ! ACE_LACKS_IOSTREAM_TOTALLY */ #endif /* ! ACE_OSTREAM_TYPE */ diff --git a/ACE/ace/config-sunos5.11.h b/ACE/ace/config-sunos5.11.h index 3cb88aca708..07f8b679f3b 100644 --- a/ACE/ace/config-sunos5.11.h +++ b/ACE/ace/config-sunos5.11.h @@ -10,7 +10,4 @@ // #include the SunOS 5.10 config, then add any SunOS 5.11 updates below. #include "ace/config-sunos5.10.h" -// *TODO*: find out how far this also hold for previous solaris releases -#define ACE_HAS_SOLARIS11_GETPWNAM_R - #endif /* ACE_CONFIG_H */ diff --git a/ACE/ace/config-win32-msvc-14.h b/ACE/ace/config-win32-msvc-14.h index daae26f81bc..e674c970315 100644 --- a/ACE/ace/config-win32-msvc-14.h +++ b/ACE/ace/config-win32-msvc-14.h @@ -41,10 +41,6 @@ // Visual Studio 2015 has adequate C++11 support #define ACE_HAS_CPP11 -// *TODO*: this C++11-feature goes back further (at least to MSVC 2010), see: -// https://msdn.microsoft.com/en-us/library/hh567368.aspx#featurelist -#define ACE_HAS_CPP11_EXTERN_TEMPLATES - #define ACE_PUTENV_EQUIVALENT ::_putenv #define ACE_TEMPNAM_EQUIVALENT ::_tempnam #define ACE_STRDUP_EQUIVALENT ::_strdup diff --git a/ACE/apps/JAWS3/http/HTTP_Service_Handler.h b/ACE/apps/JAWS3/http/HTTP_Service_Handler.h index cab6cff8e64..c8df6d3eba1 100644 --- a/ACE/apps/JAWS3/http/HTTP_Service_Handler.h +++ b/ACE/apps/JAWS3/http/HTTP_Service_Handler.h @@ -2,10 +2,10 @@ #ifndef JAWS_HTTP_SERVICE_HANDLER_H #define JAWS_HTTP_SERVICE_HANDLER_H +#include "ace/Synch.h" #include "ace/Acceptor.h" -#include "ace/SOCK_Acceptor.h" #include "ace/Svc_Handler.h" -#include "ace/Synch_Traits.h" +#include "ace/SOCK_Acceptor.h" #include "jaws3/Protocol_Handler.h" diff --git a/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h b/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h index 30f39013db8..67082e2bad6 100644 --- a/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h +++ b/ACE/apps/JAWS3/jaws3/Cached_Allocator_T.h @@ -3,9 +3,9 @@ #define JAWS_CACHED_ALLOCATOR_T_H #include "ace/ACE.h" -#include "ace/Free_List.h" +#include "ace/Synch.h" #include "ace/Malloc.h" -#include "ace/Synch_Traits.h" +#include "ace/Free_List.h" #define JAWS_DEFAULT_ALLOCATOR_CHUNKS 10 #define JAWS_CACHED_ALLOCATOR(T) \ diff --git a/ACE/apps/JAWS3/jaws3/Config_File.cpp b/ACE/apps/JAWS3/jaws3/Config_File.cpp index 9bff39efe2a..ff2fa889489 100644 --- a/ACE/apps/JAWS3/jaws3/Config_File.cpp +++ b/ACE/apps/JAWS3/jaws3/Config_File.cpp @@ -1,9 +1,8 @@ -#include "ace/FILE_Connector.h" -#include "ace/Message_Block.h" #include "ace/OS_NS_stdlib.h" #include "ace/OS_NS_string.h" +#include "ace/FILE_Connector.h" +#include "ace/Message_Block.h" #include "ace/Singleton.h" -#include "ace/Synch.h" #include "ace/Unbounded_Queue.h" #ifndef JAWS_BUILD_DLL diff --git a/ACE/apps/JAWS3/jaws3/Datagram.h b/ACE/apps/JAWS3/jaws3/Datagram.h index dda46d5a418..244c1a35f79 100644 --- a/ACE/apps/JAWS3/jaws3/Datagram.h +++ b/ACE/apps/JAWS3/jaws3/Datagram.h @@ -3,9 +3,9 @@ #define JAWS_DATAGRAM_H #include "ace/Addr.h" +#include "ace/Synch.h" #include "ace/Singleton.h" #include "ace/SOCK_Dgram.h" -#include "ace/Synch_Traits.h" #include "jaws3/Export.h" #include "jaws3/Event_Completer.h" diff --git a/ACE/apps/JAWS3/jaws3/Options.h b/ACE/apps/JAWS3/jaws3/Options.h index f419ecd4813..3f9d847475b 100644 --- a/ACE/apps/JAWS3/jaws3/Options.h +++ b/ACE/apps/JAWS3/jaws3/Options.h @@ -3,7 +3,7 @@ #define JAWS_OPTIONS_H #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" #include "jaws3/Export.h" #include "jaws3/Config_File.h" diff --git a/ACE/apps/JAWS3/jaws3/Signal_Task.h b/ACE/apps/JAWS3/jaws3/Signal_Task.h index 5cb83a14c06..242db3f9f8a 100644 --- a/ACE/apps/JAWS3/jaws3/Signal_Task.h +++ b/ACE/apps/JAWS3/jaws3/Signal_Task.h @@ -2,9 +2,9 @@ #ifndef JAWS_SIGNAL_TASK_H #define JAWS_SIGNAL_TASK_H +#include "ace/Synch.h" #include "ace/Signal.h" #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" #include "jaws3/Export.h" diff --git a/ACE/apps/JAWS3/jaws3/Symbol_Table.cpp b/ACE/apps/JAWS3/jaws3/Symbol_Table.cpp index 936d5eaf554..7c187498c3d 100644 --- a/ACE/apps/JAWS3/jaws3/Symbol_Table.cpp +++ b/ACE/apps/JAWS3/jaws3/Symbol_Table.cpp @@ -2,8 +2,6 @@ #define JAWS_BUILD_DLL #endif -#include "ace/Synch.h" - #include "jaws3/Symbol_Table.h" JAWS_Symbol_Table::JAWS_Symbol_Table (size_t size) diff --git a/ACE/apps/JAWS3/jaws3/Symbol_Table.h b/ACE/apps/JAWS3/jaws3/Symbol_Table.h index 0b1ff507926..346509e57f3 100644 --- a/ACE/apps/JAWS3/jaws3/Symbol_Table.h +++ b/ACE/apps/JAWS3/jaws3/Symbol_Table.h @@ -3,7 +3,7 @@ #define JAWS_SYMBOL_TABLE_H #include "ace/Hash_Map_Manager.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" #include "jaws3/Export.h" diff --git a/ACE/apps/JAWS3/small/SS_Service_Handler.h b/ACE/apps/JAWS3/small/SS_Service_Handler.h index f7068f54626..a7e49ba2d8d 100644 --- a/ACE/apps/JAWS3/small/SS_Service_Handler.h +++ b/ACE/apps/JAWS3/small/SS_Service_Handler.h @@ -2,11 +2,11 @@ #ifndef TERA_SS_SERVICE_HANDLER_H #define TERA_SS_SERVICE_HANDLER_H +#include "ace/Synch.h" #include "ace/Acceptor.h" +#include "ace/Svc_Handler.h" #include "ace/SOCK_Acceptor.h" #include "ace/svc_export.h" -#include "ace/Svc_Handler.h" -#include "ace/Synch_Traits.h" #include "jaws3/Protocol_Handler.h" diff --git a/ACE/examples/APG/Logging/LogManager.h b/ACE/examples/APG/Logging/LogManager.h index d1689d7d3aa..523abff55d8 100644 --- a/ACE/examples/APG/Logging/LogManager.h +++ b/ACE/examples/APG/Logging/LogManager.h @@ -1,9 +1,8 @@ #include "ace/streams.h" - +#include "ace/Synch.h" +#include "ace/Singleton.h" #include "ace/Log_Msg.h" #include "ace/Log_Msg_Callback.h" -#include "ace/Singleton.h" -#include "ace/Synch_Traits.h" #ifndef LOG_MANAGER_H #define LOG_MANAGER_H @@ -93,7 +92,7 @@ LogManager::redirectToCallback (ACE_Log_Msg_Callback * callback) // Listing 2 // Listing 3 code/ch03 -typedef ACE_Singleton +typedef ACE_Singleton LogManagerSingleton; #define LOG_MANAGER LogManagerSingleton::instance() // Listing 3 diff --git a/ACE/examples/APG/Logging/Use_LogManager.cpp b/ACE/examples/APG/Logging/Use_LogManager.cpp index afc23cc1f6d..d7b7c3607d9 100644 --- a/ACE/examples/APG/Logging/Use_LogManager.cpp +++ b/ACE/examples/APG/Logging/Use_LogManager.cpp @@ -1,6 +1,3 @@ - -#include "ace/Synch.h" - #include "LogManager.h" // Listing 1 code/ch03 diff --git a/ACE/examples/APG/ThreadSafety/ClientContext.h b/ACE/examples/APG/ThreadSafety/ClientContext.h index f013ffe963a..168d4824bc2 100644 --- a/ACE/examples/APG/ThreadSafety/ClientContext.h +++ b/ACE/examples/APG/ThreadSafety/ClientContext.h @@ -7,9 +7,9 @@ #define __CLIENTCONTEXT_H_ #include "ace/Hash_Map_Manager.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" -typedef ACE_Hash_Map_Manager +typedef ACE_Hash_Map_Manager Map; // Listing 1 code/ch14 diff --git a/ACE/examples/APG/Threads/Message_Receiver.h b/ACE/examples/APG/Threads/Message_Receiver.h index 4697f54f026..92f1ab61256 100644 --- a/ACE/examples/APG/Threads/Message_Receiver.h +++ b/ACE/examples/APG/Threads/Message_Receiver.h @@ -10,7 +10,7 @@ #include "ace/Message_Block.h" #include "ace/SOCK_Stream.h" #include "ace/Svc_Handler.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" #include "ace/Task.h" // Listing 1 code/ch12 diff --git a/ACE/examples/APG/Timers/PTimerDispatcher.h b/ACE/examples/APG/Timers/PTimerDispatcher.h index 1954d3fd65d..43047c67a8a 100644 --- a/ACE/examples/APG/Timers/PTimerDispatcher.h +++ b/ACE/examples/APG/Timers/PTimerDispatcher.h @@ -2,9 +2,8 @@ #if !defined(PTIMER_DISPATCHER_H) #define PTIMER_DISPATCHER_H -#include "ace/Event.h" #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" // needed for ACE_Event #include "Upcall.h" class PCB; @@ -32,7 +31,7 @@ private: ACE_Event timer_; }; -typedef ACE_Singleton PTimer; +typedef ACE_Singleton PTimer; #endif /*TIMER_DISPATCHER_H*/ diff --git a/ACE/examples/APG/Timers/TimerDispatcher.h b/ACE/examples/APG/Timers/TimerDispatcher.h index e587ab6fb05..06ce42a8d8a 100644 --- a/ACE/examples/APG/Timers/TimerDispatcher.h +++ b/ACE/examples/APG/Timers/TimerDispatcher.h @@ -2,10 +2,9 @@ #if !defined(TIMER_DISPATCHER_H) #define TIMER_DISPATCHER_H -#include "ace/Event.h" #include "ace/Event_Handler.h" #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" // needed for ACE_Event #include "ace/Timer_Queue.h" // Listing 1 code/ch20 @@ -32,7 +31,7 @@ private: ACE_Event timer_; }; -typedef ACE_Singleton Timer; +typedef ACE_Singleton Timer; // Listing 1 #endif /*TIMER_DISPATCHER_H*/ diff --git a/ACE/examples/APG/Timers/Upcall.h b/ACE/examples/APG/Timers/Upcall.h index 07e2e7c4afb..5b2c1c7593e 100644 --- a/ACE/examples/APG/Timers/Upcall.h +++ b/ACE/examples/APG/Timers/Upcall.h @@ -2,21 +2,21 @@ #if !defined(UPCALL_H) #define UPCALL_H -#include "ace/Synch_Traits.h" #include "ace/Timer_Queue_T.h" #include "ace/Timer_Heap_T.h" +#include "ace/Synch.h" #include "PCB.h" // Listing 1 code/ch20 class UpcallHandler; -typedef ACE_Timer_Queue_T +typedef ACE_Timer_Queue_T PTimerQueue; // Create a special heap-based timer queue that allows you to // control exactly how timer evetns are handled. -typedef ACE_Timer_Heap_T +typedef ACE_Timer_Heap_T PTimerHeap; // Listing 1 diff --git a/ACE/examples/C++NPv2/TP_Logging_Server.cpp b/ACE/examples/C++NPv2/TP_Logging_Server.cpp index 832110af219..10bb93f0586 100644 --- a/ACE/examples/C++NPv2/TP_Logging_Server.cpp +++ b/ACE/examples/C++NPv2/TP_Logging_Server.cpp @@ -5,8 +5,6 @@ #include "ace/OS_Memory.h" #include "ace/Guard_T.h" #include "ace/Message_Block.h" -#include "ace/Synch.h" - #include "TP_Logging_Server.h" int TP_Logging_Handler::handle_input (ACE_HANDLE) { diff --git a/ACE/examples/C++NPv2/TP_Logging_Server.h b/ACE/examples/C++NPv2/TP_Logging_Server.h index a4b1ac67f3a..0f0ca357b76 100644 --- a/ACE/examples/C++NPv2/TP_Logging_Server.h +++ b/ACE/examples/C++NPv2/TP_Logging_Server.h @@ -7,9 +7,8 @@ #include "ace/Auto_Ptr.h" #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" #include "ace/Task.h" - #include "Logging_Acceptor.h" #include "Logging_Event_Handler.h" #include "Reactor_Logging_Server_T.h" @@ -30,7 +29,7 @@ public: virtual int svc (void); }; -typedef ACE_Unmanaged_Singleton +typedef ACE_Unmanaged_Singleton TP_LOGGING_TASK; /*******************************************************/ diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h index a412ac358cf..5ccb0e01bff 100644 --- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h +++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h @@ -26,6 +26,7 @@ #include "ace/Timer_Heap_T.h" #include "ace/Timer_Queue_Adapters.h" #include "ace/svc_export.h" +#include "ace/Condition_Recursive_Thread_Mutex.h" #include "Driver.h" #include "Custom_Handler.h" diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp index 2a251ffc218..03471912ad9 100644 --- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp +++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.cpp @@ -22,6 +22,8 @@ #include "ace/Condition_T.h" #include "ace/Thread_Mutex.h" + + // Administrivia methods... Handler::Handler(const ACE_Time_Value &expiration_time) : expires_ (expiration_time), diff --git a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h index b6071552713..97446bf213c 100644 --- a/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h +++ b/ACE/examples/Timer_Queue/Thread_Timer_Queue_Test.h @@ -16,18 +16,18 @@ #ifndef _THREAD_TIMER_QUEUE_TEST_H_ #define _THREAD_TIMER_QUEUE_TEST_H_ +#include "ace/Task.h" + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Event_Handler_Handle_Timeout_Upcall.h" -#include "ace/Synch_Traits.h" -#include "ace/Task.h" -#include "ace/Time_Value.h" +#include "ace/Null_Mutex.h" #include "ace/Timer_Heap_T.h" #include "ace/Timer_Queue_Adapters.h" #include "ace/svc_export.h" - +#include "ace/Condition_Recursive_Thread_Mutex.h" +#include "ace/Event_Handler_Handle_Timeout_Upcall.h" #include "Driver.h" // These typedefs ensure that we use the minimal amount of locking @@ -36,11 +36,11 @@ typedef ACE_Event_Handler_Handle_Timeout_Upcall Upcall; typedef ACE_Timer_Heap_T + ACE_Null_Mutex> Timer_Heap; typedef ACE_Timer_Heap_Iterator_T + ACE_Null_Mutex> Timer_Heap_Iterator; typedef ACE_Thread_Timer_Queue_Adapter Thread_Timer_Queue; diff --git a/ACE/protocols/ace/HTBP/HTBP_Addr.h b/ACE/protocols/ace/HTBP/HTBP_Addr.h index 0f6a1ba492a..2cb7febf4dc 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Addr.h +++ b/ACE/protocols/ace/HTBP/HTBP_Addr.h @@ -19,6 +19,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/INET_Addr.h" +#include "ace/Synch.h" #include "ace/SString.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.cpp b/ACE/protocols/ace/HTBP/HTBP_Channel.cpp index ecf18953dc9..4547109ab46 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Channel.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Channel.cpp @@ -13,15 +13,14 @@ #include "HTBP_Channel.inl" #endif +#include "HTBP_Session.h" +#include "HTBP_Filter_Factory.h" + #include "ace/Auto_Ptr.h" #include "ace/Message_Block.h" +#include "ace/Reactor.h" #include "ace/os_include/netinet/os_tcp.h" #include "ace/OS_NS_time.h" -#include "ace/Reactor.h" -#include "ace/Synch.h" - -#include "HTBP_Session.h" -#include "HTBP_Filter_Factory.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.h b/ACE/protocols/ace/HTBP/HTBP_Channel.h index 30f895b32d8..87f2dd7785a 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Channel.h +++ b/ACE/protocols/ace/HTBP/HTBP_Channel.h @@ -12,7 +12,6 @@ #define ACE_HTBP_CHANNEL_H #include /**/ "ace/pre.h" -#include "ace/INET_Addr.h" #include "ace/SOCK_Stream.h" #include "ace/Message_Block.h" diff --git a/ACE/protocols/ace/HTBP/HTBP_Filter.cpp b/ACE/protocols/ace/HTBP/HTBP_Filter.cpp index 4337dd04eb5..dd32c94e668 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Filter.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Filter.cpp @@ -1,13 +1,13 @@ +#include "ace/Log_Msg.h" + +#include "HTBP_Session.h" #include "HTBP_Filter.h" #if !defined (__ACE_INLINE__) #include "HTBP_Filter.inl" #endif -#include "ace/Log_Msg.h" -#include "ace/Synch.h" -#include "HTBP_Session.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp b/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp index 36493c0b439..6e7e81b1316 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp @@ -2,7 +2,6 @@ #include "ace/Auto_Ptr.h" #include "ace/Log_Msg.h" #include "ace/OS_NS_stdio.h" -#include "ace/Synch.h" #include "HTBP_Session.h" #include "HTBP_Inside_Squid_Filter.h" @@ -10,11 +9,6 @@ #include "HTBP_Inside_Squid_Filter.inl" #endif -#include "ace/Log_Msg.h" -#include "ace/OS_NS_stdio.h" - -#include "HTBP_Session.h" - ACE_BEGIN_VERSIONED_NAMESPACE_DECL ssize_t diff --git a/ACE/protocols/ace/HTBP/HTBP_Notifier.cpp b/ACE/protocols/ace/HTBP/HTBP_Notifier.cpp index f9096ce13e9..568dd8b4b25 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Notifier.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Notifier.cpp @@ -8,12 +8,9 @@ */ //============================================================================= #include "HTBP_Notifier.h" - -#include "ace/Reactor.h" -#include "ace/Synch.h" - #include "HTBP_Channel.h" #include "HTBP_Session.h" +#include "ace/Reactor.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.cpp b/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.cpp index e024f6fa75b..61d50294456 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Outside_Squid_Filter.cpp @@ -1,14 +1,12 @@ +#include "ace/Log_Msg.h" + +#include "HTBP_Session.h" #include "HTBP_Outside_Squid_Filter.h" #if !defined (__ACE_INLINE__) #include "HTBP_Outside_Squid_Filter.inl" #endif -#include "ace/Log_Msg.h" -#include "ace/Synch.h" - -#include "HTBP_Session.h" - ACE_BEGIN_VERSIONED_NAMESPACE_DECL ssize_t diff --git a/ACE/protocols/ace/HTBP/HTBP_Session.cpp b/ACE/protocols/ace/HTBP/HTBP_Session.cpp index b62a6923424..8bb83f3b66f 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Session.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Session.cpp @@ -1,19 +1,19 @@ -#include "ace/Synch.h" -#include "HTBP_Session.h" - -#if !defined (__ACE_INLINE__) -#include "HTBP_Session.inl" -#endif +// SOCK_Stream.cpp +#include "ace/Log_Msg.h" +#include "HTBP_Session.h" +#include "ace/SOCK_Connector.h" +#include "ace/Event_Handler.h" #include "ace/os_include/netinet/os_tcp.h" #include "ace/Auto_Ptr.h" -#include "ace/Event_Handler.h" -#include "ace/Log_Msg.h" -#include "ace/SOCK_Connector.h" #include "HTBP_Filter.h" #include "HTBP_ID_Requestor.h" +#if !defined (__ACE_INLINE__) +#include "HTBP_Session.inl" +#endif + ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE::HTBP::Session::Session_Map ACE::HTBP::Session::session_map_; diff --git a/ACE/protocols/ace/HTBP/HTBP_Session.h b/ACE/protocols/ace/HTBP/HTBP_Session.h index aecdfe22e1e..7098bf0b8fa 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Session.h +++ b/ACE/protocols/ace/HTBP/HTBP_Session.h @@ -12,10 +12,10 @@ #define ACE_HTBP_SESSION_H #include /**/ "ace/pre.h" +#include "ace/SOCK_IO.h" #include "ace/Hash_Map_Manager.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" #include "ace/Message_Queue.h" -#include "ace/SOCK_IO.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once diff --git a/ACE/protocols/ace/HTBP/HTBP_Stream.cpp b/ACE/protocols/ace/HTBP/HTBP_Stream.cpp index f14c8e003f6..77e7a3415b0 100644 --- a/ACE/protocols/ace/HTBP/HTBP_Stream.cpp +++ b/ACE/protocols/ace/HTBP/HTBP_Stream.cpp @@ -9,11 +9,10 @@ //============================================================================= #include "HTBP_Stream.h" -#include "ace/Message_Block.h" -#include "ace/Synch.h" - -#include "HTBP_Filter_Factory.h" #include "HTBP_Session.h" +#include "HTBP_Filter_Factory.h" + +#include "ace/Message_Block.h" ACE_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/ACE/protocols/ace/TMCast/LinkListener.hpp b/ACE/protocols/ace/TMCast/LinkListener.hpp index 7e4de5ba688..76944d9d4c9 100644 --- a/ACE/protocols/ace/TMCast/LinkListener.hpp +++ b/ACE/protocols/ace/TMCast/LinkListener.hpp @@ -1,11 +1,12 @@ // author : Boris Kolpackov // OS primitives -#include "ace/OS_NS_string.h" -#include "ace/OS_NS_stdlib.h" -#include "ace/Refcounted_Auto_Ptr.h" -#include "ace/SOCK_Dgram_Mcast.h" -#include "ace/Synch_Traits.h" +#include +#include +#include +#include +#include + #include "Messaging.hpp" #include "Protocol.hpp" @@ -149,7 +150,7 @@ namespace ACE_TMCast private: // FUZZ: disable check_for_ACE_Guard - typedef ACE_Guard AutoLock; + typedef ACE_Guard AutoLock; // FUZZ: enable check_for_ACE_Guard ACE_hthread_t thread_; diff --git a/ACE/protocols/ace/TMCast/Messaging.hpp b/ACE/protocols/ace/TMCast/Messaging.hpp index f4046f0c68b..883f52273e5 100644 --- a/ACE/protocols/ace/TMCast/Messaging.hpp +++ b/ACE/protocols/ace/TMCast/Messaging.hpp @@ -3,8 +3,8 @@ #ifndef TMCAST_MESSAGING_HPP #define TMCAST_MESSAGING_HPP -#include "ace/Bound_Ptr.h" -#include "ace/Synch_Traits.h" +#include +#include #include "MTQueue.hpp" @@ -22,7 +22,7 @@ namespace ACE_TMCast MessagePtr; typedef - MTQueue + MTQueue > MessageQueue; struct MessageQueueAutoLock diff --git a/ACE/protocols/ace/TMCast/TransactionController.hpp b/ACE/protocols/ace/TMCast/TransactionController.hpp index 57c601749ba..43ff7a9ee8c 100644 --- a/ACE/protocols/ace/TMCast/TransactionController.hpp +++ b/ACE/protocols/ace/TMCast/TransactionController.hpp @@ -1,9 +1,9 @@ // author : Boris Kolpackov -#include "ace/Bound_Ptr.h" #include "ace/OS_NS_string.h" #include "ace/OS_NS_stdlib.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" +#include "ace/Bound_Ptr.h" #include "Protocol.hpp" #include "Messaging.hpp" @@ -366,7 +366,7 @@ namespace ACE_TMCast private: // FUZZ: disable check_for_ACE_Guard - typedef ACE_Guard AutoLock; + typedef ACE_Guard AutoLock; // FUZZ: enable check_for_ACE_Guard // bool trace_; diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp index d4e8cd6b671..4716ef081c4 100644 --- a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp +++ b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp @@ -2,10 +2,9 @@ * client for a reactor based connection establishment test using HTBP */ -#include "ace/Get_Opt.h" #include "ace/Log_Msg.h" +#include "ace/Get_Opt.h" #include "ace/OS_NS_sys_socket.h" -#include "ace/Synch.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/server.cpp b/ACE/protocols/tests/HTBP/Reactor_Tests/server.cpp index a24011b9fa4..d2bc3bb661a 100644 --- a/ACE/protocols/tests/HTBP/Reactor_Tests/server.cpp +++ b/ACE/protocols/tests/HTBP/Reactor_Tests/server.cpp @@ -2,22 +2,22 @@ * server for a reactor based connection establishment test using HTBP */ -#include "ace/Get_Opt.h" -#include "ace/Event_Handler.h" #include "ace/Log_Msg.h" -#include "ace/OS_NS_stdio.h" -#include "ace/OS_NS_unistd.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/os_include/os_netdb.h" -#include "ace/Reactor.h" -#include "ace/SOCK_Acceptor.h" -#include "ace/SOCK_Stream.h" -#include "ace/Synch.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Addr.h" +#include "ace/SOCK_Acceptor.h" +#include "ace/SOCK_Stream.h" +#include "ace/Event_Handler.h" +#include "ace/Reactor.h" +#include "ace/Get_Opt.h" +#include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_unistd.h" +#include "ace/OS_NS_sys_socket.h" +#include "ace/os_include/os_netdb.h" + unsigned port = 8088; const ACE_TCHAR *notifier_file = 0; diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h b/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h index b46468ecb4f..3567e4c897f 100644 --- a/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h +++ b/ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h @@ -31,11 +31,10 @@ // This first #undef protects against command-line definitions. #undef ACE_NDEBUG #include "ace/streams.h" - -#include "ace/ACE.h" -#include "ace/Log_Msg.h" #include "ace/Singleton.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" +#include "ace/Log_Msg.h" +#include "ace/ACE.h" // The second #undef protects against being reset in a config.h file. #undef ACE_NDEBUG @@ -304,7 +303,7 @@ randomize (int array[], size_t size) } } -typedef ACE_Singleton ace_file_stream; +typedef ACE_Singleton ace_file_stream; #if defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION) template ACE_Singleton * diff --git a/ACE/protocols/tests/HTBP/Send_Large_Msg/client.cpp b/ACE/protocols/tests/HTBP/Send_Large_Msg/client.cpp index 1b94d1fe166..cfe26926333 100644 --- a/ACE/protocols/tests/HTBP/Send_Large_Msg/client.cpp +++ b/ACE/protocols/tests/HTBP/Send_Large_Msg/client.cpp @@ -1,14 +1,13 @@ -#include "ace/Get_Opt.h" -#include "ace/Log_Msg.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/Synch.h" - #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Addr.h" #include "ace/HTBP/HTBP_ID_Requestor.h" #include "ace/HTBP/HTBP_Environment.h" +#include "ace/Log_Msg.h" +#include "ace/Get_Opt.h" +#include "ace/OS_NS_sys_socket.h" + const ssize_t Send_Size = 4*1024; const size_t Loops = 10; const size_t Total_Size = Send_Size * Loops; diff --git a/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp b/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp index d228e1dd3cc..2e43f9bfba4 100644 --- a/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp +++ b/ACE/protocols/tests/HTBP/Send_Large_Msg/server.cpp @@ -1,16 +1,16 @@ -#include "ace/Get_Opt.h" #include "ace/Log_Msg.h" -#include "ace/OS_NS_stdio.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/os_include/os_netdb.h" -#include "ace/SOCK_Acceptor.h" -#include "ace/SOCK_Stream.h" -#include "ace/Synch.h" +#include "ace/Get_Opt.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Addr.h" +#include "ace/SOCK_Acceptor.h" +#include "ace/SOCK_Stream.h" +#include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_sys_socket.h" +#include "ace/os_include/os_netdb.h" + const size_t Send_Size = 4*1024; const size_t Loops = 10; const size_t Total_Size = Send_Size * Loops; diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp index f343a5554d9..23a8d837836 100644 --- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp +++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp @@ -16,20 +16,20 @@ */ //============================================================================= -#include "ace/Get_Opt.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/Synch.h" -#include "ace/Thread.h" -#include "ace/Thread_Manager.h" -#include "ace/SOCK_Connector.h" -#include "ace/SOCK_Acceptor.h" -#include "ace/SOCK_Stream.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_ID_Requestor.h" #include "ace/HTBP/HTBP_Environment.h" +#include "ace/Thread.h" +#include "ace/Thread_Manager.h" +#include "ace/SOCK_Connector.h" +#include "ace/SOCK_Acceptor.h" +#include "ace/SOCK_Stream.h" +#include "ace/Get_Opt.h" +#include "ace/OS_NS_sys_socket.h" + // Change to non-zero if test fails static int Test_Result = 0; diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp index 0e4b115faf0..05e2bf4c069 100644 --- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp +++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp @@ -16,22 +16,22 @@ */ //============================================================================= -#include "ace/Get_Opt.h" -#include "ace/OS_NS_stdio.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/os_include/os_netdb.h" -#include "ace/SOCK_Connector.h" -#include "ace/SOCK_Acceptor.h" -#include "ace/SOCK_Stream.h" -#include "ace/Synch.h" -#include "ace/Thread.h" -#include "ace/Thread_Manager.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_ID_Requestor.h" #include "ace/HTBP/HTBP_Environment.h" +#include "ace/Thread.h" +#include "ace/Thread_Manager.h" +#include "ace/SOCK_Connector.h" +#include "ace/SOCK_Acceptor.h" +#include "ace/SOCK_Stream.h" +#include "ace/Get_Opt.h" +#include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_sys_socket.h" +#include "ace/os_include/os_netdb.h" + // Change to non-zero if test fails static int Test_Result = 0; diff --git a/ACE/protocols/tests/HTBP/ping/client.cpp b/ACE/protocols/tests/HTBP/ping/client.cpp index 881acf64917..6ae5ff57fd2 100644 --- a/ACE/protocols/tests/HTBP/ping/client.cpp +++ b/ACE/protocols/tests/HTBP/ping/client.cpp @@ -7,7 +7,6 @@ #include "ace/Get_Opt.h" #include "ace/OS_NS_sys_socket.h" #include "ace/os_include/os_netdb.h" -#include "ace/Synch.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" diff --git a/ACE/protocols/tests/HTBP/ping/server.cpp b/ACE/protocols/tests/HTBP/ping/server.cpp index 0fb22f90765..e0a52fba7eb 100644 --- a/ACE/protocols/tests/HTBP/ping/server.cpp +++ b/ACE/protocols/tests/HTBP/ping/server.cpp @@ -2,19 +2,19 @@ * server for a basic connection establishment test using HTBP */ -#include "ace/Get_Opt.h" #include "ace/Log_Msg.h" -#include "ace/OS_NS_stdio.h" -#include "ace/OS_NS_sys_socket.h" -#include "ace/os_include/os_netdb.h" -#include "ace/SOCK_Acceptor.h" -#include "ace/SOCK_Stream.h" -#include "ace/Synch.h" #include "ace/HTBP/HTBP_Session.h" #include "ace/HTBP/HTBP_Stream.h" #include "ace/HTBP/HTBP_Addr.h" +#include "ace/SOCK_Acceptor.h" +#include "ace/SOCK_Stream.h" +#include "ace/Get_Opt.h" +#include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_sys_socket.h" +#include "ace/os_include/os_netdb.h" + unsigned port = 8088; const ACE_TCHAR *notifier_file = 0; int diff --git a/ACE/tests/Recursive_Condition_Bug_Test.cpp b/ACE/tests/Recursive_Condition_Bug_Test.cpp index bbfaa98a0fb..365c80209ed 100644 --- a/ACE/tests/Recursive_Condition_Bug_Test.cpp +++ b/ACE/tests/Recursive_Condition_Bug_Test.cpp @@ -14,14 +14,14 @@ */ //============================================================================= -#include "ace/Activation_Queue.h" + +#include "test_config.h" #include "ace/OS_NS_sys_time.h" -#include "ace/Synch.h" #include "ace/Task_T.h" +#include "ace/Activation_Queue.h" #include "ace/Timer_Heap.h" #include "ace/Timer_Queue_Adapters.h" - -#include "test_config.h" +#include "ace/Condition_Recursive_Thread_Mutex.h" #if defined (ACE_HAS_THREADS) diff --git a/ACE/tests/Recursive_Condition_Test.cpp b/ACE/tests/Recursive_Condition_Test.cpp index da75b000977..cfda711b41e 100644 --- a/ACE/tests/Recursive_Condition_Test.cpp +++ b/ACE/tests/Recursive_Condition_Test.cpp @@ -11,16 +11,17 @@ */ //============================================================================= + +#include "test_config.h" +#include "ace/OS_NS_unistd.h" +#include "ace/OS_NS_sys_time.h" #include "ace/Event_Handler.h" #include "ace/Log_Msg.h" -#include "ace/OS_NS_sys_time.h" -#include "ace/OS_NS_unistd.h" -#include "ace/Synch.h" #include "ace/Thread_Manager.h" #include "ace/Timer_Heap.h" #include "ace/Timer_Queue_Adapters.h" -#include "test_config.h" + #if defined (ACE_HAS_THREADS) @@ -59,7 +60,7 @@ private: // These are for the basic functionality tests. ACE_SYNCH_RECURSIVE_MUTEX mutex_; -ACE_SYNCH_RECURSIVE_CONDITION condition_ (mutex_); +ACE_Condition condition_ (mutex_); // Test driver sets this to non-zero before spawning and to zero for // waiter. int protected_int = 0; diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.h b/ACE/tests/Refcounted_Auto_Ptr_Test.h index 1b59494f791..bc723826f68 100644 --- a/ACE/tests/Refcounted_Auto_Ptr_Test.h +++ b/ACE/tests/Refcounted_Auto_Ptr_Test.h @@ -15,7 +15,7 @@ #define ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H #include "ace/Atomic_Op.h" -#include "ace/Synch_Traits.h" +#include "ace/Synch.h" struct Printer { -- cgit v1.2.1