tinyds: fix the SVACE issue
[platform/core/uifw/libds-tizen.git] / tests / mockclient.cpp
index 135c51c..3c12d65 100644 (file)
@@ -112,3 +112,8 @@ void MockClient::ExpectProtocolError(const struct wl_interface *intf,
         << "Should get interface '" << intf->name << "' but got '"
         << interface->name << "'";
 }
+
+struct wl_display * MockClient::GetWlDisplay()
+{
+    return display;
+}