~unity-team/unity/trusty-1066971

« back to all changes in this revision

Viewing changes to dash/previews/LensDBusTestRunner.h

  • Committer: Eleni Maria Stea
  • Date: 2013-11-06 11:21:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3597.
  • Revision ID: elenimaria.stea@canonical.com-20131106112143-zeryl57kwa3oc8gc
added virtual destructors in classes that have virtual methods
to prevent future memory leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    results_->end_transaction.connect(sigc::mem_fun(this, &ScopeDBusTestRunner::ResultsModelUpdated));
47
47
  }
48
48
 
 
49
  virtual ~ScopeDBusTestRunner() {}
 
50
 
49
51
  void OnProxyConnectionChanged()
50
52
  {
51
53
    DBusTestRunner::OnProxyConnectionChanged();
258
260
} // namespace dash
259
261
} // namespace unity
260
262
 
261
 
#endif // LENSDBUSTESTRUNNER_H
 
 
b'\\ No newline at end of file'
 
263
#endif // LENSDBUSTESTRUNNER_H