~unity-team/unity-system-compositor/mir-0.13-compatible

« back to all changes in this revision

Viewing changes to tests/integration-tests/dbus_client.h

Introduce UnityScreenService and tests.

Approved by PS Jenkins bot, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    bool get();
75
75
};
76
76
 
 
77
class DBusAsyncReplyString : DBusAsyncReply
 
78
{
 
79
public:
 
80
    using DBusAsyncReply::DBusAsyncReply;
 
81
    std::string get();
 
82
};
 
83
 
77
84
class DBusClient
78
85
{
79
86
public: