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

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/app-store-snap.h

  • Committer: Ted Gould
  • Date: 2017-04-04 05:29:16 UTC
  • mfrom: (307.1.20 registry-cleanup)
  • mto: This revision was merged to the branch mainline in revision 314.
  • Revision ID: ted@gould.cx-20170404052916-sy1fq5qzfrau6o53
Merge registry cleanup changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class Snap : public Base
32
32
{
33
33
public:
34
 
    Snap(const Registry& registry);
 
34
    Snap(const std::shared_ptr<Registry::Impl>& registry);
35
35
    virtual ~Snap();
36
36
 
37
37
    /* Discover tools */