~charlesk/keeper/wtf

« back to all changes in this revision

Viewing changes to src/service/keeper-task-backup.h

  • Committer: Charles Kerr
  • Date: 2016-09-07 14:50:51 UTC
  • mfrom: (100.1.31 connection-helper)
  • Revision ID: charles.kerr@canonical.com-20160907145051-iqa6kegg3vulgoay
mergeĀ lp:~charlesk/keeper/connection-helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 * Authors:
17
 
 *   Xavi Garcia <xavi.garcia.mena@canoincal.com>
18
 
 *   Charles Kerr <charles.kerr@canoincal.com>
 
17
 *   Xavi Garcia <xavi.garcia.mena@canonical.com>
 
18
 *   Charles Kerr <charles.kerr@canonical.com>
19
19
 */
20
20
#pragma once
21
21
 
37
37
 
38
38
    Q_DISABLE_COPY(KeeperTaskBackup)
39
39
 
40
 
    void ask_for_storage_framework_socket(quint64 n_bytes);
 
40
    void ask_for_uploader(quint64 n_bytes);
41
41
 
42
42
protected:
43
43
    QStringList get_helper_urls() const override;