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

« back to all changes in this revision

Viewing changes to libubuntudownloadmanager/downloads/download_struct.cpp

  • 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:
18
18
 
19
19
#include "downloads/download_struct.h"
20
20
 
 
21
namespace Ubuntu {
 
22
 
 
23
namespace DownloadManager {
 
24
 
21
25
DownloadStruct::DownloadStruct()
22
26
    : _url(""),
23
27
      _hash(""),
119
123
DownloadStruct::getHeaders() {
120
124
    return _headers;
121
125
}
 
126
 
 
127
}  // DownloadManager
 
128
 
 
129
}  // Ubuntu