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

Comparing trunk/Search/URL.hpp (file contents):
Revision 354 by Douglas Thrift, 2004-05-26T17:44:17-07:00 vs.
Revision 355 by Douglas Thrift, 2004-06-04T04:08:28-07:00

# Line 92 | Line 92 | public:
92   #ifdef _OpenSSL_
93          void setTls(bool tls) { this->tls = tls; }
94   #endif
95 <        bool empty() { return address == "" || path == ""; }
95 >        bool empty() { return address.empty() || path.empty(); }
96   // friends:
97          friend ostream& operator<<(ostream& os, URL& data);
98   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines