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 204 by douglas, 2003-07-11T00:54:47-07:00 vs.
Revision 205 by douglas, 2003-07-17T00:03:08-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Outputer.cpp,v 1.7 2003/07/11 07:54:47 douglas Exp $
49 > // $Id: Outputer.cpp,v 1.8 2003/07/17 07:03:08 douglas Exp $
50  
51   #include "Outputer.h"
52  
# Line 219 | Line 219 | void Outputer::footer(const string& quer
219                  conditional(line, fin, "<?ifcommon?>", common.size() == 1);
220                  conditional(line, fin, "<?ifmanycommon?>", common.size() > 1);
221  
222 + #ifndef _OpenSSL_
223                  tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
224                          platform());
225 + #else
226 +                tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
227 +                        platform() + ' ' + openssl());
228 + #endif
229                  tag(line, "<?query?>", query);
230                  tag(line, "<?range?>", range(page));
231                  tag(line, "<?total?>", total());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines