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 355 by Douglas Thrift, 2004-06-04T04:08:28-07:00 vs.
Revision 360 by Douglas Thrift, 2004-08-19T20:09:52-07:00

# Line 85 | Line 85 | HttpHandler::~HttpHandler()
85   #endif // _WIN32
86   }
87  
88 < bool HttpHandler::handle(URL &url, const string referer, bool head)
88 > bool HttpHandler::handle(URL &url, const string& referer, bool head)
89   {
90          bool answer(false);
91  
# Line 167 | Line 167 | bool HttpHandler::handle(URL &url, const
167          putline("Connection: close");
168          putline();
169  
170 <        code response;
170 >        Code response;
171          string line;
172  
173          do
# Line 425 | Line 425 | void HttpHandler::populate()
425          }
426   }
427  
428 < void HttpHandler::putline(const string line)
428 > void HttpHandler::putline(const string& line)
429   {
430          sprintf(buffer, "%s\r\n", line.c_str());
431  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines