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

Comparing trunk/Search/HttpHandler.h (file contents):
Revision 212 by douglas, 2003-07-19T21:00:25-07:00 vs.
Revision 213 by douglas, 2003-07-19T21:07:54-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: HttpHandler.h,v 1.19 2003/07/20 04:00:25 douglas Exp $
49 > // $Id: HttpHandler.h,v 1.20 2003/07/20 04:07:54 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);
108 >    friend istream& operator>>(istream& is, code& data) { int number; is
109 >                >> number; data = code(number); return is; }
110   public:
111          HttpHandler();
112          ~HttpHandler();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines