summaryrefslogtreecommitdiff
path: root/ace/MEM_Connector.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Connector.inl')
-rw-r--r--ace/MEM_Connector.inl30
1 files changed, 0 insertions, 30 deletions
diff --git a/ace/MEM_Connector.inl b/ace/MEM_Connector.inl
deleted file mode 100644
index 024ab5d8b5b..00000000000
--- a/ace/MEM_Connector.inl
+++ /dev/null
@@ -1,30 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-// Establish a connection.
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE ACE_MEM_IO::Signal_Strategy
-ACE_MEM_Connector::preferred_strategy (void) const
-{
- return this->preferred_strategy_;
-}
-
-ACE_INLINE void
-ACE_MEM_Connector::preferred_strategy (ACE_MEM_IO::Signal_Strategy strategy)
-{
- this->preferred_strategy_ = strategy;
-}
-
-ACE_INLINE ACE_MEM_SAP::MALLOC_OPTIONS &
-ACE_MEM_Connector::malloc_options (void)
-{
- // @@ This function has been deprecated and will be removed in the
- // future.
-
- return this->malloc_options_;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL