summaryrefslogtreecommitdiff
path: root/ace/Reactor_Notification_Strategy.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Notification_Strategy.inl')
-rw-r--r--ace/Reactor_Notification_Strategy.inl19
1 files changed, 0 insertions, 19 deletions
diff --git a/ace/Reactor_Notification_Strategy.inl b/ace/Reactor_Notification_Strategy.inl
deleted file mode 100644
index 328c2687a77..00000000000
--- a/ace/Reactor_Notification_Strategy.inl
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE ACE_Reactor *
-ACE_Reactor_Notification_Strategy::reactor (void)
-{
- return this->reactor_;
-}
-
-ACE_INLINE void
-ACE_Reactor_Notification_Strategy::reactor (ACE_Reactor *r)
-{
- this->reactor_ = r;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL