ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/CGIRenegadeMapSelector/CGIRenegadeMapSelector.cpp
(Generate patch)

Comparing trunk/CGIRenegadeMapSelector/CGIRenegadeMapSelector.cpp (file contents):
Revision 131 by douglas, 2003-04-05T22:20:47-08:00 vs.
Revision 134 by douglas, 2003-04-05T23:32:04-08:00

# Line 7 | Line 7
7   #include "CGIRenegadeMapSelector.h"
8   #include "RenegadeConfig.h"
9  
10 + #include <cgicc/Cgicc.h>
11 +
12 + using namespace cgicc;
13 +
14   bool debug = false;
15   string program;
16 + Cgicc cgi;
17   RenegadeConfig* config;
18  
19 < int main(int argc, char* argv[])
19 > int main(int argc, char* argv[], char** env)
20   {
16        //
17
21          cout << "Content-Type: text/html\n\n";
22  
23 +        //
24 +
25          return 0;
26   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines