summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/btserviceitem.cpp
authorzecke <zecke>2002-07-13 12:53:59 (UTC)
committer zecke <zecke>2002-07-13 12:53:59 (UTC)
commit8be0a8e108eaf8ff99301aa175298ddeb48eae67 (patch) (side-by-side diff)
tree0fbe4d10476cb39d290fa4a3d6e8bdf76390c30c /noncore/net/opietooth/manager/btserviceitem.cpp
parent6337e3836497ede8bb47aea5c7b65f4f8c08c4cd (diff)
downloadopie-8be0a8e108eaf8ff99301aa175298ddeb48eae67.zip
opie-8be0a8e108eaf8ff99301aa175298ddeb48eae67.tar.gz
opie-8be0a8e108eaf8ff99301aa175298ddeb48eae67.tar.bz2
Icon loader updates
and LIB updates
Diffstat (limited to 'noncore/net/opietooth/manager/btserviceitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/btserviceitem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/btserviceitem.cpp b/noncore/net/opietooth/manager/btserviceitem.cpp
index 352e793..7db93c9 100644
--- a/noncore/net/opietooth/manager/btserviceitem.cpp
+++ b/noncore/net/opietooth/manager/btserviceitem.cpp
@@ -21,3 +21,6 @@ int BTServiceItem::typeId() const {
Services BTServiceItem::services() const {
return m_service;
}
+int BTServiceItem::serviceId() const {
+ return m_service.recHandle();
+};