~phablet-team/messaging-framework/trunk_merged

« back to all changes in this revision

Viewing changes to tests/unit/messaging/blocking_connector.h

  • Committer: Tiago Salem Herrmann
  • Date: 2016-12-16 18:28:25 UTC
  • Revision ID: tiago.herrmann@canonical.com-20161216182825-2i4oawjr4xa9ezf3
allow plugins to disable network monitor and to set self user id

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        const messaging::Dictionary<std::string, messaging::Variant>&) override;
40
40
    void run() override;
41
41
    void stop() override;
 
42
    bool network_monitor_enabled() override;
42
43
 
43
44
private:
44
45
    std::mutex m;