Changeset 35358 in vbox for trunk/src/VBox/Main/VBoxDriversRegister.cpp
- Timestamp:
- Dec 28, 2010 7:58:40 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VBoxDriversRegister.cpp
r35357 r35358 26 26 #include "AudioSnifferInterface.h" 27 27 #include "ConsoleImpl.h" 28 #include "PciRawDevImpl.h"29 28 30 29 #include "Logging.h" … … 68 67 if (RT_FAILURE(rc)) 69 68 return rc; 70 71 rc = pCallbacks->pfnRegister(pCallbacks, &PciRawDev::DrvReg);72 if (RT_FAILURE(rc))73 return rc;74 75 69 return VINF_SUCCESS; 76 70 }
Note:
See TracChangeset
for help on using the changeset viewer.