home *** CD-ROM | disk | FTP | other *** search
- ...
- #if !defined( __FILEVIEW_H )
- #define __FILEVIEW_H
-
- class TFileViewer : public TScroller
- {
- public:
- ...
- // PRFILE CHANGE: added handleEvent(TEvent&) and printFile()
- // functions.
- void handleEvent(TEvent& event);
- void printFile();
-
- // PRFILE CHANGE: added filesOpen member.
- static int filesOpen;
- ...
- };
- ...
- #endif
-
-