~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-zesty-2105

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-impl-snap.h

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2017-02-02 15:09:43 UTC
  • mfrom: (274.1.9 snap-select-u8)
  • Revision ID: ci-train-bot@canonical.com-20170202150943-184nho6mo20cg2bs
Prioritize 'unity8' interfaces over other supported interfaces

Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
    virtual std::shared_ptr<Application::Instance> findInstance(const std::string& instanceid) override;
79
79
 
 
80
    const std::string& getInterface() const
 
81
    {
 
82
        return interface_;
 
83
    }
 
84
 
80
85
private:
81
86
    /** AppID of the Snap. Should be the name of the snap package.
82
87
        The name of the command. And then the revision. */