# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |