HaikuDepot: notify work status from main window
[haiku.git] / src / apps / haikudepot / util / Stoppable.h
blobb9df699fcfac6d123ba1e12e302a4b0037797043
1 /*
2 * Copyright 2017, Andrew Lindesay <apl@lindesay.co.nz>.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5 #ifndef STOPPABLE_H
6 #define STOPPABLE_H
8 class Stoppable {
9 public:
10 virtual bool WasStopped() = 0;
13 #endif // STOPPABLE_H