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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user