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 134 by douglas, 2003-04-05T23:32:04-08:00 vs.
Revision 135 by douglas, 2003-04-05T23:36:09-08:00

# Line 8 | Line 8
8   #include "RenegadeConfig.h"
9  
10   #include <cgicc/Cgicc.h>
11 + #include <cgicc/HTTPHTMLHeader.h>
12 + #include <cgicc/HTMLClasses.h>
13  
14   using namespace cgicc;
15  
# Line 18 | Line 20 | RenegadeConfig* config;
20  
21   int main(int argc, char* argv[], char** env)
22   {
23 <        cout << "Content-Type: text/html\n\n";
23 >        cout << HTTPHTMLHeader();
24  
25          //
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines