~kyrofa/junk/pay-service-2

« back to all changes in this revision

Viewing changes to service/dbus-interface.cpp

  • 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:
51
51
        bus(nullptr),
52
52
        serviceProxy(nullptr),
53
53
        packageProxy(nullptr),
54
 
        errorQuark(g_quark_from_static_string("dbus-interface-impl"))
 
54
        errorQuark(g_quark_from_static_string("dbus-interface-impl")),
 
55
        subtree_registration(0)
 
56
    { }
 
57
 
 
58
    void run ()
55
59
    {
56
60
        t = std::thread([this]()
57
61
        {
398
402
    {
399
403
        connectionReady();
400
404
    });
 
405
 
 
406
    impl->run();
401
407
}
402
408
 
403
409
bool