mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Sync
- Added a ::send method to CmdSync to perform the transfer. Note that this does not yet include any TLS.
This commit is contained in:
parent
5a9810a423
commit
e7e34b7148
3 changed files with 46 additions and 1 deletions
|
@ -31,12 +31,16 @@
|
|||
|
||||
#include <string>
|
||||
#include <Command.h>
|
||||
#include <Msg.h>
|
||||
|
||||
class CmdSync : public Command
|
||||
{
|
||||
public:
|
||||
CmdSync ();
|
||||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
bool send (const std::string&, const Msg&, Msg&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue