X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=AFBClient.h;h=f42aeea99ae1bad0989c2a6abbd8160f63b4456b;hb=6766079f68f6a7e2ccdd68b36e9eb206229dd4f7;hp=b1694b87fe50f1c8e6c2d5cc5ee5897c1488a44f;hpb=b4cf01ec167f17c5df96906741fb4c6690ed9164;p=staging%2Fwindowmanager.git diff --git a/AFBClient.h b/AFBClient.h index b1694b8..f42aeea 100644 --- a/AFBClient.h +++ b/AFBClient.h @@ -3,10 +3,6 @@ #include -struct json_object; -struct afb_wsj1; -struct sd_event; - class AFBClient { AFBClient(); @@ -39,8 +35,9 @@ public: void set_event_handler(enum EventType et, std::function f); + struct Impl; + private: - struct afb_wsj1 *wsj1; - struct sd_event *loop; + Impl *d; }; #endif // AFBCLIENT_H