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

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/downloads/group_download.h

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2013-10-29 15:22:34 UTC
  • mfrom: (148.1.10 use-namespace)
  • Revision ID: tarmac-20131029152234-dle704q1y87q02o0
Start using namespaces planning ahead when we have a client library.

Approved by Diego Sarmentero, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "downloads/group_download_struct.h"
29
29
#include "system/file_manager.h"
30
30
 
 
31
namespace Ubuntu {
 
32
 
 
33
namespace DownloadManager {
 
34
 
31
35
class GroupDownloadPrivate;
32
36
class GroupDownload : public Download {
33
37
    Q_OBJECT
88
92
    GroupDownloadPrivate* d_ptr;
89
93
};
90
94
 
 
95
}  // DownloadManager
 
96
 
 
97
}  // Ubuntu
 
98
 
91
99
#endif  // DOWNLOADER_LIB_GROUP_DOWNLOAD_H