~xavi-garcia-mena/keeper/owncloud-test

« back to all changes in this revision

Viewing changes to include/helper/restore-helper.h

  • Committer: Xavi Garcia Mena
  • Date: 2016-11-17 12:59:44 UTC
  • Revision ID: xavi.garcia.mena@canonical.com-20161117125944-xt47ulvg2lscwpx6
Changed the way we create the socket between keeper and restore helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    static constexpr int MAX_INACTIVITY_TIME = 15000;
49
49
 
50
50
    void set_downloader(std::shared_ptr<Downloader> const& downloader);
 
51
    void restore_ready();
 
52
 
51
53
    void start(QStringList const& urls) override;
52
54
    void stop() override;
53
55
    int get_helper_socket() const;