~kyrofa/junk/pay-service-2

« back to all changes in this revision

Viewing changes to service/dbus-interface.h

  • Committer: CI bot
  • Author(s): Ted Gould
  • Date: 2014-06-18 18:47:04 UTC
  • mfrom: (8.1.10 devel)
  • Revision ID: ps-jenkins@lists.canonical.com-20140618184704-roe2dx6dwvvw37km
Fixes from integration work to make the pay demo come together. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
    core::Signal<> connectionReady;
41
41
 
 
42
    typedef std::shared_ptr<DBusInterface> Ptr;
 
43
 
42
44
private:
43
45
    std::shared_ptr<DBusInterfaceImpl> impl;
44
46
};