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

Comparing trunk/Search/HttpHandler.hpp (file contents):
Revision 364 by Douglas Thrift, 2004-08-19T20:09:52-07:00 vs.
Revision 365 by douglas, 2008-08-11T15:16:35-07:00

# Line 93 | Line 93 | private:
93          bool binary;
94          stringstream page;
95          string type;
96 <        unsigned length;
96 >        size_t length;
97          string location;
98          bool chunked;
99          void populate();
# Line 115 | Line 115 | public:
115          bool good() const { return page.good(); }
116          void clear();
117          const string& contentType() const { return type; }
118 <        unsigned contentLength() const { return length; }
118 >        size_t contentLength() const { return length; }
119          const string& redirect() const { return location; }
120   // friends:
121          friend istream& operator>>(istream& is, Code& data)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines