diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/MEM_Connector.inl | |
parent | 3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff) | |
download | ATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/MEM_Connector.inl')
-rw-r--r-- | ace/MEM_Connector.inl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/MEM_Connector.inl b/ace/MEM_Connector.inl index 15bf7c9ee75..024ab5d8b5b 100644 --- a/ace/MEM_Connector.inl +++ b/ace/MEM_Connector.inl @@ -1,10 +1,11 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ -// MEM_Connector.i - // Establish a connection. +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_INLINE ACE_MEM_IO::Signal_Strategy ACE_MEM_Connector::preferred_strategy (void) const { @@ -25,3 +26,5 @@ ACE_MEM_Connector::malloc_options (void) return this->malloc_options_; } + +ACE_END_VERSIONED_NAMESPACE_DECL |