~michihenning/storage-framework/no-boost-with-remote-client

« back to all changes in this revision

Viewing changes to include/unity/storage/provider/TempfileUploadJob.h

  • Committer: Michi Henning
  • Date: 2016-06-21 09:00:56 UTC
  • mfrom: (10.1.34 add_tests)
  • Revision ID: michi.henning@canonical.com-20160621090056-89bbdmj5yq3o5v0s
Merged add_tests branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#pragma once
2
2
 
3
3
#include <unity/storage/provider/UploadJob.h>
4
 
#include <unity/storage/provider/visibility.h>
 
4
#include <unity/storage/visibility.h>
5
5
 
6
6
#include <string>
7
7
#include <memory>
18
18
class TempfileUploadJobImpl;
19
19
}
20
20
 
21
 
class STORAGE_PROVIDER_EXPORT TempfileUploadJob : public UploadJob
 
21
class UNITY_STORAGE_EXPORT TempfileUploadJob : public UploadJob
22
22
{
23
23
public:
24
24
    TempfileUploadJob(std::string const& upload_id);