~mandel/ubuntu-download-manager/remove-process-factory-pimpl

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/system/request_factory.h

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2013-10-29 16:17:18 UTC
  • mfrom: (148.1.11 use-system-namespace)
  • Revision ID: tarmac-20131029161718-dx9zg7hkk49uxjms
Add the use of a new namespace for system realted classes.

Approved by Diego Sarmentero, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <QNetworkRequest>
23
23
#include <QObject>
24
24
#include <QSslCertificate>
25
 
#include "./app-downloader-lib_global.h"
26
 
#include "./network_reply.h"
 
25
#include "app-downloader-lib_global.h"
 
26
#include "network_reply.h"
 
27
 
 
28
namespace Ubuntu {
 
29
 
 
30
namespace DownloadManager {
 
31
 
 
32
namespace System {
27
33
 
28
34
class RequestFactoryPrivate;
29
35
class APPDOWNLOADERLIBSHARED_EXPORT RequestFactory : public QObject {
49
55
    RequestFactoryPrivate* d_ptr;
50
56
};
51
57
 
 
58
}  // System
 
59
 
 
60
}  // DownloadManager
 
61
 
 
62
}  // Ubuntu
 
63
 
52
64
#endif  // DOWNLOADER_LIB_REQUEST_FACTORY_H