repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HaikuDepot: notify work status from main window
[haiku.git]
/
src
/
apps
/
haikudepot
/
util
/
Stoppable.h
blob
b9df699fcfac6d123ba1e12e302a4b0037797043
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
7
8
class
Stoppable
{
9
public
:
10
virtual
bool
WasStopped
() =
0
;
11
};
12
13
#endif
// STOPPABLE_H