Changeset 49166 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 17, 2013 2:53:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r49165 r49166 68 68 * signal handler to abort operations properly. */ 69 69 static ComPtr<IGuestSession> g_pGuestSession; 70 71 /** 72 * Listener declarations. 73 */ 74 VBOX_LISTENER_DECLARE(GuestFileEventListenerImpl) 75 VBOX_LISTENER_DECLARE(GuestProcessEventListenerImpl) 76 VBOX_LISTENER_DECLARE(GuestSessionEventListenerImpl) 77 VBOX_LISTENER_DECLARE(GuestEventListenerImpl) 70 78 71 79 /**
Note:
See TracChangeset
for help on using the changeset viewer.