mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Feature #462: url support
- added uri class for proper uri and path handling
This commit is contained in:
parent
b041e54be6
commit
042d7b40de
17 changed files with 505 additions and 343 deletions
|
@ -32,8 +32,7 @@
|
|||
|
||||
class TransportRSYNC : public Transport {
|
||||
public:
|
||||
TransportRSYNC (const std::string&);
|
||||
TransportRSYNC (const std::string&, const std::string&, const std::string&, const std::string&);
|
||||
TransportRSYNC (const Uri&);
|
||||
|
||||
virtual void send (const std::string&);
|
||||
virtual void recv (std::string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue