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

Comparing trunk/Search/HttpHandler.cpp (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.cpp,v 1.23 2003/07/20 04:00:25 douglas Exp $
49 > // $Id: HttpHandler.cpp,v 1.24 2003/07/20 04:07:54 douglas Exp $
50  
51   #include "HttpHandler.h"
52  
# Line 833 | Line 833 | bool HttpHandler::starttls()
833          return true;
834   }
835   #endif
836
837 istream& operator>>(istream& is, HttpHandler::code& data)
838 {
839        int number;
840
841        is >> number;
842
843        data = HttpHandler::code(number);
844
845        return is;
846 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines