ConnectionWindow
friend class ConnectionWindow;
ConnectionWindow::ConnectionWindow(BRect frame, const BString& interfaceName)
ConnectionWindow::QuitRequested()
class ConnectionWindow : public BWindow {
ConnectionWindow(BRect frame, const BString& interfaceName);
(new ConnectionWindow(rect, fInterfaceName))->Run();
class ConnectionWindow;