ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/VTBFileUtil2/DiscBrowse.h
Revision: 265
Committed: 2003-08-16T20:55:39-07:00 (21 years, 10 months ago) by douglas
Content type: text/x-c
Original Path: trunk/VTBFileUtil2/DiscBrowse.h
File size: 327 byte(s)
Log Message:
Stuff works.

File Contents

# Content
1 // Vance Thrift and Biller File Utility 2
2 //
3 // Douglas Thrift
4 //
5 // $Id: DiscBrowse.h,v 1.2 2003/08/17 03:55:39 douglas Exp $
6
7 #ifndef _DiscBrowse_h_
8 #define _DiscBrowse_h_
9
10 #include "IndividualClient.h"
11
12 class DiscBrowse
13 {
14 private:
15 //
16 public:
17 DiscBrowse() {}
18 ~DiscBrowse() {}
19 void run(void);
20 };
21
22 #endif // _DiscBrowse_h_