~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to chroot-agent/chrootagent.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2015-02-02 12:49:44 UTC
  • mfrom: (1.1.82)
  • Revision ID: package-import@ubuntu.com-20150202124944-2a9br2fed39a7jow
Tags: 3.1.1+15.04.20150202-0ubuntu1
[ Benjamin Zeller ]
Make sure we do not return broken sessions from the click-chroot-
agent

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    QString createClickSession(const Chroot &ch);
52
52
    bool endClickSession(Chroot &ch);
53
53
    bool endClickSession(const QString &framework, const QString &architecture, const QString &sessionName);
 
54
    bool validateClickSession (const QString &framework, const QString &architecture, const QString &sessionName);
54
55
 
55
56
private:
56
57
    QMap<QString,Chroot> m_knownChroots;
63
64
};
64
65
 
65
66
#endif // CHROOTAGENT_H
 
67