diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-02-25 14:09:38 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-02-25 14:09:38 +0100 |
commit | 8c02a01bc617e99e1c6b7627676402bb276bac80 (patch) | |
tree | eee2cc85a18e9afe382ddf31fcf7624f794fc92b /include/astra/AsyncAlgorithm.h | |
parent | f619aba4543de6b9a4fe6fb63b6f1840ef509846 (diff) | |
download | astra-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/AsyncAlgorithm.h')
-rw-r--r-- | include/astra/AsyncAlgorithm.h | 4 |
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; } |