home *** CD-ROM | disk | FTP | other *** search
- #ifndef __TPASSWORDINPUTLINE_H
- // Avoid include redundancy
- #define __TPASSWORDINPUTLINE_H
-
- // Copyright (c) 1994, University of Kansas, All Rights Reserved
- //
- // Include File: tpasswor.h
- // Purpose: Implement a password input line.
- // Remarks/Portability/Dependencies/Restrictions:
- // Revision History:
- // 04-22-94 created.
-
- // Constant defines
-
- // Required includes
- #define Uses_TInputLine
- #include<tv.h>
-
- // Class declarations
- class TPasswordInputLine : public TInputLine {
- public:
- TPasswordInputLine(const TRect& TR_bounds, int i_MaxLen);
- virtual void draw();
- };
-
- // Global variable declarations
-
- // Macros
-
- #endif // __TPASSWORDINPUTLINE_H
-