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

Comparing trunk/Search/Outputer.cpp (file contents):
Revision 205 by douglas, 2003-07-17T00:03:08-07:00 vs.
Revision 206 by douglas, 2003-07-17T00:13:45-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Outputer.cpp,v 1.8 2003/07/17 07:03:08 douglas Exp $
49 > // $Id: Outputer.cpp,v 1.9 2003/07/17 07:13:45 douglas Exp $
50  
51   #include "Outputer.h"
52  
# Line 132 | Line 132 | void Outputer::header(const string& quer
132                  conditional(line, fin, "<?ifcommon?>", common.size() == 1);
133                  conditional(line, fin, "<?ifmanycommon?>", common.size() > 1);
134  
135 + #ifndef _OpenSSL_
136                  tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
137                          platform());
138 + #else
139 +                tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
140 +                        platform() + ' ' + openssl(true));
141 + #endif
142                  tag(line, "<?query?>", query);
143                  tag(line, "<?range?>", range(page));
144                  tag(line, "<?total?>", total());
# Line 224 | Line 229 | void Outputer::footer(const string& quer
229                          platform());
230   #else
231                  tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
232 <                        platform() + ' ' + openssl());
232 >                        platform() + ' ' + openssl(true));
233   #endif
234                  tag(line, "<?query?>", query);
235                  tag(line, "<?range?>", range(page));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines