Changeset 46651 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jun 19, 2013 11:54:43 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r46478 r46651 26 26 #include <VBox/com/ErrorInfo.h> 27 27 #include <VBox/com/errorprint.h> 28 #include <VBox/com/EventQueue.h>29 28 #include <VBox/com/listeners.h> 29 #include <VBox/com/NativeEventQueue.h> 30 30 #include <VBox/VBoxAuth.h> 31 31 #include <VBox/version.h> … … 1232 1232 } 1233 1233 1234 com:: EventQueue *pQ = com::EventQueue::getMainEventQueue();1234 com::NativeEventQueue *pQ = com::NativeEventQueue::getMainEventQueue(); 1235 1235 for (;;) 1236 1236 {
Note:
See TracChangeset
for help on using the changeset viewer.