ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
proj
/
trunk
/
Spectre
/
Maker.cpp
Revision:
148
Committed:
2003-06-08T16:55:49-07:00
(22 years ago) by
douglas
File size:
180 byte(s)
Log Message:
Initial revision
File Contents
#
Content
1
// 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
}