~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/client/default_connection_configuration.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-10-10 14:01:26 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20141010140126-n1czko8na1kuz4ll
Tags: upstream-0.8.0+14.10.20141010
ImportĀ upstreamĀ versionĀ 0.8.0+14.10.20141010

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
namespace mir
29
29
{
 
30
class SharedLibraryProberReport;
 
31
 
30
32
namespace input
31
33
{
32
34
namespace receiver
57
59
    std::shared_ptr<LifecycleControl> the_lifecycle_control();
58
60
    std::shared_ptr<EventSink> the_event_sink();
59
61
    std::shared_ptr<EventHandlerRegister> the_event_handler_register();
 
62
    std::shared_ptr<mir::SharedLibraryProberReport> the_shared_library_prober_report();
60
63
    std::shared_ptr<SharedLibrary> the_platform_library() override;
61
64
 
62
65
    virtual std::string the_socket_file();
78
81
 
79
82
    CachedPtr<rpc::RpcReport> rpc_report;
80
83
    CachedPtr<input::receiver::InputReceiverReport> input_receiver_report;
 
84
    CachedPtr<mir::SharedLibraryProberReport>  shared_library_prober_report;
81
85
 
82
86
private:
83
87
    std::string const socket_file;