Changeset 60544 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 18, 2016 3:17:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp
r60421 r60544 181 181 void UIMainEventListener::registerSource(const CEventSource &source, const CEventListener &listener) 182 182 { 183 /* Make sure source and listener are valid: */ 184 AssertReturnVoid(!source.isNull()); 185 AssertReturnVoid(!listener.isNull()); 186 183 187 /* Create thread for passed source: */ 184 188 m_threads << new UIMainEventListeningThread(source, listener);
Note:
See TracChangeset
for help on using the changeset viewer.