Changeset 48631 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 23, 2013 10:46:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/EmulatedUSBImpl.h
r48406 r48631 42 42 void uninit(); 43 43 44 /* Public method for internal use. */ 45 static DECLCALLBACK(int) eusbCallback(void *pv, const char *pszId, uint32_t iEvent, 46 const void *pvData, uint32_t cbData); 47 44 48 private: 49 50 static DECLCALLBACK(int) eusbCallbackEMT(EmulatedUSB *pThis, char *pszId, uint32_t iEvent, 51 void *pvData, uint32_t cbData); 52 53 HRESULT webcamPathFromId(com::Utf8Str *pPath, const char *pszId); 45 54 46 55 // wrapped IEmulatedUSB properties
Note:
See TracChangeset
for help on using the changeset viewer.