ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/DiscBrowse.cxx
Revision: 265
Committed: 2003-08-16T20:55:39-07:00 (21 years, 10 months ago) by douglas
File size: 270 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.cxx,v 1.2 2003/08/17 03:55:39 douglas Exp $
6
7 #include "DiscBrowse.h"
8
9 void DiscBrowse::run(void)
10 {
11 MessageBox(NULL, "STUB: Disc Browser", programName.c_str(),
12 MB_ICONINFORMATION);
13 }