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.inl14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Reactor_Notification_Strategy.inl b/ace/Reactor_Notification_Strategy.inl
deleted file mode 100644
index 260ec1d960a..00000000000
--- a/ace/Reactor_Notification_Strategy.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-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;
-}