2 * Copyright 2012, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _KEY_REQUEST_WINDOW_H
6 #define _KEY_REQUEST_WINDOW_H
16 class KeyRequestWindow
: public BWindow
{
19 virtual ~KeyRequestWindow();
21 virtual bool QuitRequested();
22 virtual void MessageReceived(BMessage
* message
);
24 status_t
RequestKey(const BString
& keyringName
,
25 BMessage
& keyMessage
);
28 KeyRequestView
* fRequestView
;
34 #endif // _KEY_REQUEST_WINDOW_H