X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tpsession-0.1%2Fdebian%2Ftmp%2Fusr%2Finclude%2Ftelepathy-1.0%2Ftpsession%2Ftpsessionaccount.h;h=7f9fe4b433bebd6e0c323e8b5a843f6b272f29f4;hb=f07bfbb28b7f1e02e46f7fc94cd500f47c9bf822;hp=598aab951f509bb40ed4fe8551c5dff26c0f6355;hpb=e7bf1c2870de918858d82eb2f8f13c991a1ac7ff;p=tpsession diff --git a/tpsession-0.1/debian/tmp/usr/include/telepathy-1.0/tpsession/tpsessionaccount.h b/tpsession-0.1/debian/tmp/usr/include/telepathy-1.0/tpsession/tpsessionaccount.h index 598aab9..7f9fe4b 100644 --- a/tpsession-0.1/debian/tmp/usr/include/telepathy-1.0/tpsession/tpsessionaccount.h +++ b/tpsession-0.1/debian/tmp/usr/include/telepathy-1.0/tpsession/tpsessionaccount.h @@ -37,6 +37,9 @@ #include #include +class TpSessionAccount; + +#include "tpsession.h" #include "tpsessionchannel.h" class TpSessionAccount:public QObject @@ -63,6 +66,7 @@ signals: private slots: void onReady(Tp::PendingOperation *op); void onOutgoingChannelReady(TpSessionChannel *ch); + void onChannelDestroyed(TpSessionChannel *ch); void onContactsConnectionReady(Tp::PendingOperation *op); void onNewContactRetrieved(Tp::PendingOperation *op); void onMessageReceived(const Tp::ReceivedMessage &,TpSessionChannel *);