2 * Copyright 2005, Waldemar Kornewald <wkornew@gmx.net>
3 * Distributed under the terms of the MIT License.
6 #ifndef CONNECTION_WINDOW__H
7 #define CONNECTION_WINDOW__H
10 #include "ConnectionView.h"
13 class ConnectionWindow
: public BWindow
{
15 ConnectionWindow(BRect frame
, const BString
& interfaceName
);
17 virtual bool QuitRequested();
20 ConnectionView
*fConnectionView
;