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

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/system/process_factory.cpp

  • 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:
16
16
 * Boston, MA 02110-1301, USA.
17
17
 */
18
18
 
19
 
#include "./process_factory.h"
 
19
#include "process_factory.h"
 
20
 
 
21
namespace Ubuntu {
 
22
 
 
23
namespace DownloadManager {
 
24
 
 
25
namespace System {
20
26
 
21
27
/*
22
28
 * PRIVATE IMPLEMENTATION
57
63
    Q_D(ProcessFactory);
58
64
    return d->createProcess();
59
65
}
 
66
 
 
67
}  // System
 
68
 
 
69
}  // DownloadManager
 
70
 
 
71
}  // Ubuntu