Changeset 42551 in vbox for trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
- Timestamp:
- Aug 2, 2012 4:44:39 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r41352 r42551 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 33 33 #include "ConsoleImpl.h" 34 34 #ifdef VBOX_WITH_PCI_PASSTHROUGH 35 # include "P ciRawDevImpl.h"35 # include "PCIRawDevImpl.h" 36 36 #endif 37 37 … … 90 90 91 91 #ifdef VBOX_WITH_PCI_PASSTHROUGH 92 rc = pCallbacks->pfnRegister(pCallbacks, &P ciRawDev::DrvReg);92 rc = pCallbacks->pfnRegister(pCallbacks, &PCIRawDev::DrvReg); 93 93 if (RT_FAILURE(rc)) 94 94 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.