summaryrefslogtreecommitdiff
path: root/sappeer.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-25 23:33:26 +0100
committerJavier <dev.git@javispedro.com>2015-12-25 23:33:26 +0100
commitab90fac4e4c306f47ab0903b33d1b3aacb228c46 (patch)
treee0f04c9270cefe2002410e49b3ac06dd086e049d /sappeer.h
parent14d20babe395e52d220bbc27e91cec2fddd1ed0f (diff)
downloadsapd-ab90fac4e4c306f47ab0903b33d1b3aacb228c46.tar.gz
sapd-ab90fac4e4c306f47ab0903b33d1b3aacb228c46.zip
destroy agents on disconnection
Diffstat (limited to 'sappeer.h')
-rw-r--r--sappeer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sappeer.h b/sappeer.h
index ffddea4..1c477c4 100644
--- a/sappeer.h
+++ b/sappeer.h
@@ -19,6 +19,7 @@ class SAPPeer : public QObject
Q_OBJECT
public:
explicit SAPPeer(SAProtocol::Role role, const QString &localName, const QString &peerName, QObject *parent = 0);
+ ~SAPPeer();
SAPConnection* createServiceConnection(const QString &profile, const QString &requesterProfile, SAPServiceInfo::Role requesterRole);
bool terminateServiceConnection(const QString &profile, const QString &requesterProfile, SAPServiceInfo::Role requesterRole);