home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c) 1994, University of Kansas, All Rights Reserved
- //
- // Class: TSockView
- // Include File: tsockvie.h
- // Purpose: Display total amount of current network activity
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 01-31-94 created
- // 02-10-94 Split all members into seperate files.
- #include"tsockvie.h"
-
- TSockView::TSockView(TRect& TR_dimensions) : TView(TR_dimensions) {
- // Purpose: Constructor
- // Arguments: TR_dimensions reference to the dimensions of the
- // view.
- // Return Value: none
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 01-31-94 created
-
- uli_past = 0UL;
- uli_pres = GetSockSize();
- }
-