aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-12-17 00:05:31 +0000
committerkurtis.heimerl <kurtis.heimerl@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2011-12-17 00:05:31 +0000
commitf041e257770658e378fd3384366681a970aedc3a (patch)
tree7bec60f3b79c3d77c075210bb9f41f07466e8ba4
parent4395f4b597d70aa396e525ccfff3977f453c4db1 (diff)
Reverted bad function header. There are no timing inversion deadlocks, I made those up.
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2836 19bc5d8c-e614-43d4-8b26-e1612bc8e597
-rw-r--r--CommonLibs/Interthread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 66839d9..023ac14 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -95,7 +95,6 @@ template <class T> class InterthreadQueue {
/**
Blocking read with a timeout.
- Watch for timing inversion deadlocks -kurtis
@param timeout The read timeout in ms.
@return Pointer to object or NULL on timeout.
*/