~unity-api-team/storage-provider-webdav/trunk

« back to all changes in this revision

Viewing changes to src/OwncloudProvider.h

  • Committer: James Henstridge
  • Date: 2016-09-13 03:10:00 UTC
  • Revision ID: james@jamesh.id.au-20160913031000-ijajx0xohqby4yor
Skeleton of DavProvider/OwncloudProvider.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma once
 
2
 
 
3
#include "DavProvider.h"
 
4
 
 
5
class OwncloudProvider : public DavProvider
 
6
{
 
7
public:
 
8
    OwncloudProvider();
 
9
    virtual ~OwncloudProvider();
 
10
};