summaryrefslogtreecommitdiff
path: root/deps/acelite/ace/Event_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/acelite/ace/Event_Base.inl')
-rw-r--r--deps/acelite/ace/Event_Base.inl16
1 files changed, 0 insertions, 16 deletions
diff --git a/deps/acelite/ace/Event_Base.inl b/deps/acelite/ace/Event_Base.inl
deleted file mode 100644
index fa8cf909e2..0000000000
--- a/deps/acelite/ace/Event_Base.inl
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- C++ -*-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE ACE_event_t
-ACE_Event_Base::handle (void) const
-{
- return this->handle_;
-}
-
-ACE_INLINE void
-ACE_Event_Base::handle (ACE_event_t new_handle)
-{
- this->handle_ = new_handle;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL