~ci-train-bot/indicator-location/indicator-location-ubuntu-zesty-2138

« back to all changes in this revision

Viewing changes to src/service.h

  • Committer: CI Train Bot
  • Author(s): Charles Kerr
  • Date: 2016-02-18 17:04:52 UTC
  • mfrom: (150.1.1 lp-1535353-remove-here-tos)
  • Revision ID: ci-train-bot@canonical.com-20160218170452-9mcp2fwfsh3orz68
Remove the "View HERE terms and conditions" menuitem Fixes: #1507793, #1535353
Approved by: PS Jenkins bot, Xavi Garcia, Matthew Paul Thomas

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <memory>
24
24
#include <set>
25
25
 
26
 
#include "license-controller.h"
27
26
#include "controller.h"
28
27
#include "phone.h"
29
28
#include "utils.h" // GObjectDeleter
31
30
class Service
32
31
{
33
32
  public:
34
 
    Service (const std::shared_ptr<Controller>& controller, const std::shared_ptr<LicenseController>& license_controller);
 
33
    Service (const std::shared_ptr<Controller>& controller);
35
34
    virtual ~Service ();
36
35
 
37
36
  private: