summaryrefslogtreecommitdiffstats
path: root/include/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-02-25 14:09:38 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-02-25 14:09:38 +0100
commit8c02a01bc617e99e1c6b7627676402bb276bac80 (patch)
treeeee2cc85a18e9afe382ddf31fcf7624f794fc92b /include/astra
parentf619aba4543de6b9a4fe6fb63b6f1840ef509846 (diff)
downloadastra-8c02a01bc617e99e1c6b7627676402bb276bac80.tar.gz
astra-8c02a01bc617e99e1c6b7627676402bb276bac80.tar.bz2
astra-8c02a01bc617e99e1c6b7627676402bb276bac80.tar.xz
astra-8c02a01bc617e99e1c6b7627676402bb276bac80.zip
Remove CAsyncAlgorithm::timedJoin
It is currently unused, and its current implementation is not very portable.
Diffstat (limited to 'include/astra')
-rw-r--r--include/astra/AsyncAlgorithm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/astra/AsyncAlgorithm.h b/include/astra/AsyncAlgorithm.h
index 2d5d31e..36e2184 100644
--- a/include/astra/AsyncAlgorithm.h
+++ b/include/astra/AsyncAlgorithm.h
@@ -75,10 +75,6 @@ public:
*/
virtual void run(int _iNrIterations = 0);
- /** Wait for thread to complete and delete thread.
- */
- virtual void timedJoin(int _milliseconds);
-
/** Return pointer to the wrapped algorithm.
*/
CAlgorithm* getWrappedAlgorithm() { return m_pAlg; }