Changeset 50580 in vbox for trunk/src/VBox/Main/include/EmulatedUSBImpl.h
- Timestamp:
- Feb 25, 2014 3:22:04 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92447
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/EmulatedUSBImpl.h
r49120 r50580 43 43 44 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);45 static DECLCALLBACK(int) i_eusbCallback(void *pv, const char *pszId, uint32_t iEvent, 46 const void *pvData, uint32_t cbData); 47 47 48 HRESULT webcamAttachInternal(const com::Utf8Str &aPath,49 const com::Utf8Str &aSettings,50 const char *pszDriver,51 void *pvObject);52 HRESULT webcamDetachInternal(const com::Utf8Str &aPath);48 HRESULT i_webcamAttachInternal(const com::Utf8Str &aPath, 49 const com::Utf8Str &aSettings, 50 const char *pszDriver, 51 void *pvObject); 52 HRESULT i_webcamDetachInternal(const com::Utf8Str &aPath); 53 53 54 54 private:
Note:
See TracChangeset
for help on using the changeset viewer.