summaryrefslogtreecommitdiff
path: root/noncore
authorharlekin <harlekin>2003-03-09 23:16:17 (UTC)
committer harlekin <harlekin>2003-03-09 23:16:17 (UTC)
commita552546244601de73a4bdab071cb780309ed3c67 (patch) (unidiff)
tree22a1ca9b06dbd9d254da7c99f59ca191c9de93b8 /noncore
parent57e77709dcf3967c2ca4f83f7206b14c51ed3b03 (diff)
downloadopie-a552546244601de73a4bdab071cb780309ed3c67.zip
opie-a552546244601de73a4bdab071cb780309ed3c67.tar.gz
opie-a552546244601de73a4bdab071cb780309ed3c67.tar.bz2
stop bluetooth when exiting opie
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/bluezapplet.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp
index 3fdbde0..f1618ae 100644
--- a/noncore/net/opietooth/applet/bluezapplet.cpp
+++ b/noncore/net/opietooth/applet/bluezapplet.cpp
@@ -59,12 +59,15 @@ namespace OpieTooth {
59 bluezactive = false; 59 bluezactive = false;
60 bluezDiscoveryActive = false; 60 bluezDiscoveryActive = false;
61 61
62 } 62 }
63 63
64 BluezApplet::~BluezApplet() { 64 BluezApplet::~BluezApplet() {
65 if ( btDevice ) {
66 delete btDevice;
67 }
65 } 68 }
66 69
67 bool BluezApplet::checkBluezStatus() { 70 bool BluezApplet::checkBluezStatus() {
68 if (btDevice) { 71 if (btDevice) {
69 if (btDevice->isLoaded() ) { 72 if (btDevice->isLoaded() ) {
70 return true; 73 return true;