2 * Copyright (c) 2014, Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT license.
5 #ifndef BLOCKING_WINDOW_H
6 #define BLOCKING_WINDOW_H
12 class BlockingWindow
: public BWindow
{
14 BlockingWindow(BRect frame
,
15 const char* title
, uint32 flags
= 0);
16 virtual ~BlockingWindow();
18 virtual bool QuitRequested();
23 void ReleaseSem(int32 returnValue
);
31 #endif // BLOCKING_WINDOW_H