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/TLI.cpp | |
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/TLI.cpp')
-rw-r--r-- | ace/TLI.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/TLI.cpp b/ace/TLI.cpp index 3efa611ef74..c53ed5a7e4e 100644 --- a/ace/TLI.cpp +++ b/ace/TLI.cpp @@ -19,6 +19,8 @@ ACE_RCSID(ace, TLI, "$Id$") #include "ace/TLI.inl" #endif /* __ACE_INLINE__ */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_ALLOC_HOOK_DEFINE(ACE_TLI) void @@ -266,4 +268,6 @@ ACE_TLI::get_option (int level, int option, void *optval, int &optlen) #endif /* ACE_HAS_SVR4_TLI */ } +ACE_END_VERSIONED_NAMESPACE_DECL + #endif /* ACE_HAS_TLI */ |