VirtualBox

Changeset 33849 in vbox


Ignore:
Timestamp:
Nov 8, 2010 2:36:38 PM (14 years ago)
Author:
vboxsync
Message:

whitespace

File:
1 edited

Legend:

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

    r33061 r33849  
    55
    66/*
    7  * Copyright (C) 2006-2008 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6363    END_COM_MAP()
    6464
    65     DECLARE_EMPTY_CTOR_DTOR (Keyboard)
     65    DECLARE_EMPTY_CTOR_DTOR(Keyboard)
    6666
    6767    HRESULT FinalConstruct();
     
    6969
    7070    // public initializer/uninitializer for internal purposes only
    71     HRESULT init (Console *aParent);
     71    HRESULT init(Console *aParent);
    7272    void uninit();
    7373
    7474    STDMETHOD(PutScancode)(LONG scancode);
    75     STDMETHOD(PutScancodes)(ComSafeArrayIn (LONG, scancodes),
     75    STDMETHOD(PutScancodes)(ComSafeArrayIn(LONG, scancodes),
    7676                            ULONG *codesStored);
    7777    STDMETHOD(PutCAD)();
    7878
    79     STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource);
     79    STDMETHOD(COMGETTER(EventSource))(IEventSource ** aEventSource);
    8080
    8181    static const PDMDRVREG  DrvReg;
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