~ubuntuone-hackers/ubuntu-download-manager/vivid

« back to all changes in this revision

Viewing changes to src/downloads/test-daemon/testing_manager_adaptor.h

  • Committer: CI Train Bot
  • Author(s): Manuel de la Pena, CI Train Bot
  • Date: 2015-09-22 15:27:23 UTC
  • mfrom: (338.2.14 vivid-add-appid-metadata)
  • Revision ID: ci-train-bot@canonical.com-20150922152723-gyk5ul6h0d4d0l0h
The download object now carries the app id of the application that created the download. Fixes: #1481673
Approved by: Alfonso Sanchez-Beato

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * This file was generated by qdbusxml2cpp version 0.8
3
3
 * Command line was: qdbusxml2cpp -c TestingManagerAdaptor -a testing_manager_adaptor.h:testing_manager_adaptor.cpp com.canonical.applications.testing.download_manager.xml
4
4
 *
5
 
 * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 
5
 * qdbusxml2cpp is Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
6
6
 *
7
7
 * This is an auto-generated file.
8
8
 * This file may have been hand-edited. Look for HAND-EDIT comments
57
57
"      <arg direction=\"in\" type=\"s\" name=\"download\"/>\n"
58
58
"      <arg direction=\"in\" type=\"(is)\" name=\"error\"/>\n"
59
59
"    </method>\n"
 
60
"    <method name=\"returnHashError\">\n"
 
61
"      <annotation value=\"HashErrorStruct\" name=\"org.qtproject.QtDBus.QtTypeName.In1\"/>\n"
 
62
"      <arg direction=\"in\" type=\"s\" name=\"download\"/>\n"
 
63
"      <arg direction=\"in\" type=\"(sss)\" name=\"error\"/>\n"
 
64
"    </method>\n"
60
65
"  </interface>\n"
61
66
        "")
62
67
public:
67
72
public Q_SLOTS: // METHODS
68
73
    void returnAuthError(const QString &download, AuthErrorStruct error);
69
74
    void returnDBusErrors(bool returnErrors);
 
75
    void returnHashError(const QString &download, HashErrorStruct error);
70
76
    void returnHttpError(const QString &download, HttpErrorStruct error);
71
77
    void returnNetworkError(const QString &download, NetworkErrorStruct error);
72
78
    void returnProcessError(const QString &download, ProcessErrorStruct error);