~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to src/lib/OnlineAccountsDaemon/manager.h

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <QList>
27
27
#include <QObject>
28
28
#include <QVariantMap>
29
 
#include "account_info.h"
 
29
 
 
30
#include "global.h"
 
31
 
 
32
extern "C" {
 
33
OAD_EXPORT void *oad_create_manager(QObject *parent);
 
34
}
30
35
 
31
36
namespace OnlineAccountsDaemon {
32
37
 
 
38
struct AccountInfo;
33
39
class CallContext;
34
40
class ManagerAdaptor;
35
41