VirtualBox

Ignore:
Timestamp:
Aug 2, 2012 4:44:39 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79727
Message:

Main: big API naming cleanup, use all caps acronyms everywhere, including SDK docs
Frontends/VBoxManage: implement guestcontrol execute for new API, disabled by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp

    r41352 r42551  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3333#include "ConsoleImpl.h"
    3434#ifdef VBOX_WITH_PCI_PASSTHROUGH
    35 # include "PciRawDevImpl.h"
     35# include "PCIRawDevImpl.h"
    3636#endif
    3737
     
    9090
    9191#ifdef VBOX_WITH_PCI_PASSTHROUGH
    92     rc = pCallbacks->pfnRegister(pCallbacks, &PciRawDev::DrvReg);
     92    rc = pCallbacks->pfnRegister(pCallbacks, &PCIRawDev::DrvReg);
    9393    if (RT_FAILURE(rc))
    9494        return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette