VirtualBox

Ignore:
Timestamp:
Dec 27, 2018 3:31:39 AM (6 years ago)
Author:
vboxsync
Message:

Main/include: Slapped #pragma once on all headers in prep for GCC precompiled headers. Won't catch repeat includes of an already precompiled header otherwise, i.e. killing most of the PCH gain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/USBDeviceImpl.h

    r69500 r76487  
    11/* $Id$ */
    2 
    32/** @file
    43 * Header file for the OUSBDevice (IUSBDevice) class, VBoxC.
     
    1918#ifndef ____H_USBDEVICEIMPL
    2019#define ____H_USBDEVICEIMPL
     20#ifndef RT_WITHOUT_PRAGMA_ONCE
     21# pragma once
     22#endif
    2123
    2224#include "USBDeviceWrap.h"
Note: See TracChangeset for help on using the changeset viewer.

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