summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-17 13:59:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-17 13:59:20 +0100
commit9704d97a65af3158feea0b630549fbf17342000d (patch)
treed70799b700f185320da3f75e30ee91f0996b6bb3 /ACE/ace/Event_Handler.cpp
parentf51900b08b992eae600c0adf26c9a3aedaac71e0 (diff)
downloadATCD-9704d97a65af3158feea0b630549fbf17342000d.tar.gz
Make ACE_Notification_Buffer destructor default in order to remove its default implementation
* ACE/ace/Event_Handler.inl: Deleted. * ACE/ace/Event_Handler.cpp: * ACE/ace/Event_Handler.h:
Diffstat (limited to 'ACE/ace/Event_Handler.cpp')
-rw-r--r--ACE/ace/Event_Handler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/Event_Handler.cpp b/ACE/ace/Event_Handler.cpp
index a4b525f509e..fc360a91e05 100644
--- a/ACE/ace/Event_Handler.cpp
+++ b/ACE/ace/Event_Handler.cpp
@@ -6,10 +6,6 @@
/* Need to see if ACE_HAS_BUILTIN_ATOMIC_OP defined */
#include "ace/Atomic_Op.h"
-#if !defined (__ACE_INLINE__)
-#include "ace/Event_Handler.inl"
-#endif /* __ACE_INLINE__ */
-
#include <algorithm>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL