2 * Copyright 2005, Waldemar Kornewald <wkornew@gmx.net>
3 * Distributed under the terms of the MIT License.
6 #include "PPPStatusWindow.h"
9 PPPStatusWindow::PPPStatusWindow(BRect frame
, ppp_interface_id id
)
10 : BWindow(frame
, "", B_TITLED_WINDOW
, B_NOT_RESIZABLE
| B_NOT_ZOOMABLE
,
13 SetPulseRate(1000000);
15 fStatusView
= new PPPStatusView(Bounds(), id
);
16 AddChild(fStatusView
);
21 PPPStatusWindow::QuitRequested()
23 // only the replicant may delete this window!