Changeset 69741 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 18, 2017 4:04:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r69734 r69741 142 142 #ifdef VBOX_WITH_SDS_PLAN_B 143 143 // quick and dirty for checking the concept. 144 IVBoxSVC *m_pVBoxSVC;145 uint32_t m_pidVBoxSVC;144 ComPtr<IVBoxSVC> m_ptrVBoxSVC; 145 ComPtr<IVBoxSVC> m_ptrOtherVBoxSVC; 146 146 #endif 147 147 };
Note:
See TracChangeset
for help on using the changeset viewer.