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

# Line 73 | Line 73 | public:
73          URL(const string& address, unsigned port, const string& path) :
74                  address(address), port(port), path(path) {}
75   #else
76 <        URL(const string& address, unsigned port, const string& path, bool tls =
77 <                false) : address(address), port(port), path(path), tls(tls) {}
76 >        URL(const string& address, unsigned port, const string& path,
77 >                bool tls = false) : address(address), port(port), path(path), tls(tls)
78 >        {}
79   #endif
80          virtual ~URL() {}
81          string getURL();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines