summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-07-13 20:41:03 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-07-13 20:41:03 +0200
commit33df6ebc808daf3b7873728b7a3dbc3c822b22c5 (patch)
tree65c0fa829c7428eb8b78f2d922e648660c346eb3 /ACE/ace/OS_NS_Thread.cpp
parent03a952982c51a7997ec31997e995e87ab991906b (diff)
downloadATCD-33df6ebc808daf3b7873728b7a3dbc3c822b22c5.tar.gz
No ACE_INLINE in a cpp
* ACE/ace/OS_NS_Thread.cpp:
Diffstat (limited to 'ACE/ace/OS_NS_Thread.cpp')
-rw-r--r--ACE/ace/OS_NS_Thread.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp
index 731924230e1..ea3b015a516 100644
--- a/ACE/ace/OS_NS_Thread.cpp
+++ b/ACE/ace/OS_NS_Thread.cpp
@@ -367,7 +367,6 @@ ACE_TSS_Ref::operator== (const ACE_TSS_Ref &info) const
}
// Check for inequality.
-ACE_INLINE
bool
ACE_TSS_Ref::operator != (const ACE_TSS_Ref &tss_ref) const
{
@@ -441,7 +440,7 @@ ACE_TSS_Keys::ACE_TSS_Keys (void)
}
}
-ACE_INLINE
+
void
ACE_TSS_Keys::find (const u_int key, u_int &word, u_int &bit)
{