~mandel/ubuntu-download-manager/use-apparmor

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/download.h

  • Committer: Manuel de la Pena
  • Date: 2013-09-09 16:05:49 UTC
  • Revision ID: manuel@canonical.com-20130909160549-6h8v9iza3dfeuxmq
Changed download factory to use apparmor to build the dbus paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <QObject>
23
23
#include <QProcess>
 
24
#include <QSharedPointer>
24
25
#include <QUuid>
25
26
#include "./app-downloader-lib_global.h"
26
27
#include "./process_factory.h"
47
48
             const QString& path,
48
49
             const QVariantMap& metadata,
49
50
             const QMap<QString, QString>& headers,
50
 
             SystemNetworkInfo* networkInfo,
 
51
             QSharedPointer<SystemNetworkInfo> networkInfo,
51
52
             QObject* parent = 0);
52
53
 
53
54
    QUuid downloadId();