~unity-api-team/storage-framework/vivid

« back to all changes in this revision

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

  • Committer: Michi Henning
  • Date: 2016-05-23 02:27:16 UTC
  • mto: (8.12.2 add-etag)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: michi.henning@canonical.com-20160523022716-jpaudmuan8vxxgch
More fleshing out of the local client implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#pragma once
2
2
 
3
 
#include <unity/storage/provider/visibility.h>
 
3
#include <unity/storage/common/visibility.h>
4
4
 
5
5
#include <memory>
6
6
 
21
21
 
22
22
class ProviderBase;
23
23
 
24
 
class STORAGE_PROVIDER_EXPORT ServerBase
 
24
class UNITY_STORAGE_EXPORT ServerBase
25
25
{
26
26
public:
27
27
    ServerBase();