summaryrefslogtreecommitdiff
path: root/ACE/ace/Manual_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Manual_Event.h')
-rw-r--r--ACE/ace/Manual_Event.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ACE/ace/Manual_Event.h b/ACE/ace/Manual_Event.h
index 757d8564e66..e3e8e14e38c 100644
--- a/ACE/ace/Manual_Event.h
+++ b/ACE/ace/Manual_Event.h
@@ -51,7 +51,7 @@ public:
#endif /* ACE_HAS_WCHAR */
/// Default dtor.
- ~ACE_Manual_Event_T ();
+ ~ACE_Manual_Event_T () = default;
/// Dump the state of an object.
void dump () const;
@@ -88,10 +88,6 @@ public:
ACE_END_VERSIONED_NAMESPACE_DECL
-#if defined (__ACE_INLINE__)
-#include "ace/Manual_Event.inl"
-#endif /* __ACE_INLINE__ */
-
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "ace/Manual_Event.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */