~mhr3/unity-scopes-api/merge-trunk

« back to all changes in this revision

Viewing changes to test/gtest/scopes/internal/ScopeLoader/ScopeA.cpp

  • Committer: Michi Henning
  • Date: 2014-07-29 09:33:53 UTC
  • mfrom: (425 devel)
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: michi.henning@canonical.com-20140729093353-ndu77ndikxqtaqsc
Merged devel and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class ScopeA : public MyScope
31
31
{
32
32
public:
33
 
    virtual void start(std::string const&, unity::scopes::RegistryProxy const&) override
 
33
    virtual void start(std::string const&) override
34
34
    {
35
35
        inc_start();
36
36
    }