2 * Copyright 2005, Waldemar Kornewald <wkornew@gmx.net>
3 * Distributed under the terms of the MIT License.
10 #include <PPPInterface.h>
11 #include <StringView.h>
14 class PPPStatusView
: public BView
{
16 PPPStatusView(BRect rect
, ppp_interface_id id
);
18 virtual void AttachedToWindow();
19 virtual void MessageReceived(BMessage
*message
);
25 BStringView
*fBytesReceived
, *fBytesSent
, *fPacketsReceived
, *fPacketsSent
;
26 bigtime_t fConnectedSince
;
27 PPPInterface fInterface
;