ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
proj
/
trunk
/
Spectre
/
Spectre.cpp
Revision:
152
Committed:
2003-06-08T17:30:32-07:00
(22 years ago) by
douglas
File size:
180 byte(s)
Log Message:
Oops, I got Maker.cpp and Spectre.cpp switched!
File Contents
#
User
Rev
Content
1
douglas
152
// Spectre Samba Mounter
2
//
3
// Douglas Thrift
4
//
5
// Spectre.cpp
6
7
#include
"Spectre.h"
8
#include
"Maker.h"
9
#include
"Mounter.h"
10
11
int
main
(
int
argc
,
char
*
argv
[])
12
{
13
//
14
15
return
0
;
16
}