summaryrefslogtreecommitdiffstats
path: root/include/astra/AsyncAlgorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/AsyncAlgorithm.h')
-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; }