~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-zesty-2264

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/info-watcher-zg.cpp

  • Committer: Ted Gould
  • Date: 2017-04-04 05:29:16 UTC
  • mfrom: (307.1.20 registry-cleanup)
  • mto: This revision was merged to the branch mainline in revision 314.
  • Revision ID: ted@gould.cx-20170404052916-sy1fq5qzfrau6o53
Merge registry cleanup changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
namespace info_watcher
29
29
{
30
30
 
31
 
Zeitgeist::Zeitgeist(const Registry& registry)
 
31
Zeitgeist::Zeitgeist(const std::shared_ptr<Registry::Impl>& registry)
32
32
    : Base(registry)
33
33
{
34
34
    g_debug("Created a ZG Watcher");