~online-accounts/signon/packaging

« back to all changes in this revision

Viewing changes to src/signond/signonauthsession.h

  • Committer: Alberto Mardegan
  • Date: 2016-06-07 14:59:01 UTC
  • mfrom: (556.1.129)
  • Revision ID: alberto.mardegan@canonical.com-20160607145901-kfqtdwdjzte4fsee
MergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * This file is part of signon
3
3
 *
4
4
 * Copyright (C) 2009-2010 Nokia Corporation.
5
 
 * Copyright (C) 2012-2013 Canonical Ltd.
 
5
 * Copyright (C) 2012-2016 Canonical Ltd.
6
6
 *
7
7
 * Contact: Alberto Mardegan <alberto.mardegan@canonical.com>
8
8
 *
81
81
                          const QString &message);
82
82
 
83
83
protected:
84
 
    SignonAuthSession(quint32 id, const QString &method, pid_t ownerPid);
 
84
    SignonAuthSession(SignonSessionCore *core, pid_t ownerPid);
85
85
    virtual ~SignonAuthSession();
86
86
 
87
87
private: