X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=AFBClient.cpp;h=e67e74bf0d0bb6ab0918c0fa93b2e45f8b9b6dcd;hp=c4b32db6ed84756c9a9bbe57cefc7a109a415e0c;hb=67df8203b206ef5aeef860a0447103600ea69700;hpb=d5377de21c1eacc164252c2631114815e7c4ae80 diff --git a/AFBClient.cpp b/AFBClient.cpp index c4b32db..e67e74b 100644 --- a/AFBClient.cpp +++ b/AFBClient.cpp @@ -18,6 +18,16 @@ AFBClient::AFBClient() : itf() itf.on_event = AFBClient::onEvent; } +AFBClient& AFBClient::operator =(const AFBClient &that) +{ + itf = that.itf; + return *this; +} + +AFBClient::~AFBClient() +{ +} + bool AFBClient::init() { /* get the default event loop */