summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusMainLoopContext.hpp
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2015-11-25 14:59:52 +0100
committerDirk Huss <dirk_huss@mentor.com>2015-11-25 14:59:52 +0100
commitfaea5f299525500093843da72215d279c3eb483d (patch)
tree559a22a4f9844a4f8d04d8e39f37d04da797d1a0 /include/CommonAPI/DBus/DBusMainLoopContext.hpp
parentdb96446ece67ba1f495811e29838e8c7bc7984ff (diff)
downloadgenivi-common-api-dbus-runtime-faea5f299525500093843da72215d279c3eb483d.tar.gz
CommonAPI-D-Bus 3.1.43.1.4
Diffstat (limited to 'include/CommonAPI/DBus/DBusMainLoopContext.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusMainLoopContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CommonAPI/DBus/DBusMainLoopContext.hpp b/include/CommonAPI/DBus/DBusMainLoopContext.hpp
index 27428db..8cf9cf2 100644
--- a/include/CommonAPI/DBus/DBusMainLoopContext.hpp
+++ b/include/CommonAPI/DBus/DBusMainLoopContext.hpp
@@ -48,7 +48,7 @@ class DBusWatch: public Watch {
const pollfd& getAssociatedFileDescriptor();
#ifdef WIN32
- const HANDLE& getAssociatedEvent();
+ const HANDLE& getAssociatedEvent();
#endif
const std::vector<DispatchSource*>& getDependentDispatchSources();
@@ -63,7 +63,7 @@ class DBusWatch: public Watch {
std::weak_ptr<MainLoopContext> mainLoopContext_;
#ifdef WIN32
- HANDLE wsaEvent_;
+ HANDLE wsaEvent_;
#endif
};