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

Comparing trunk/Search/HttpHandler.h (file contents):
Revision 312 by douglas, 2004-01-01T15:00:34-08:00 vs.
Revision 317 by douglas, 2004-03-17T00:23:49-08:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: HttpHandler.h,v 1.21 2004/01/01 23:00:34 douglas Exp $
49 > // $Id: HttpHandler.h,v 1.22 2004/03/17 08:23:49 douglas Exp $
50  
51   #ifndef _HttpHandler_h_
52   #define _HttpHandler_h_
# Line 105 | Line 105 | private:
105          bool starttls();
106   #endif
107   // friends:
108 <    friend istream& operator>>(istream& is, code& data) { int number; is
108 >        friend istream& operator>>(istream& is, code& data) { int number; is
109                  >> number; data = code(number); return is; }
110   public:
111          HttpHandler();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines