~stolowski/unity-scope-click/fix-1352451

« back to all changes in this revision

Viewing changes to scope/clickstore/store-scope.h

  • Committer: Pete Woods
  • Date: 2014-08-01 15:04:19 UTC
  • mto: (212.23.5 unity-scope-click)
  • mto: This revision was merged to the branch mainline in revision 393.
  • Revision ID: pete.woods@canonical.com-20140801150419-j1qba7zup5hd58q9
Fix compatibility with unity-scopes-api 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    Scope();
57
57
    ~Scope();
58
58
 
59
 
    virtual void start(std::string const&, scopes::RegistryProxy const&) override;
 
59
    virtual void start(std::string const&) override;
60
60
 
61
61
    virtual void run() override;
62
62
    virtual void stop() override;