summaryrefslogtreecommitdiff
path: root/include/shared/CAmDbusWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shared/CAmDbusWrapper.h')
-rw-r--r--include/shared/CAmDbusWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shared/CAmDbusWrapper.h b/include/shared/CAmDbusWrapper.h
index 4deaf88..603cc00 100644
--- a/include/shared/CAmDbusWrapper.h
+++ b/include/shared/CAmDbusWrapper.h
@@ -81,6 +81,7 @@ private:
std::vector<sh_timerHandle_t*> mpListTimerhandles; //!< pointer to the timer handles
CAmSocketHandler *mpSocketHandler; //!< pointer to the sockethandler
std::map<DBusWatch*, sh_pollHandle_t> mMapHandleWatch; //!< map to the handle watches
+ DBusBusType mDbusType;
};
}