VirtualBox

Ignore:
Timestamp:
Sep 23, 2009 1:30:15 PM (15 years ago)
Author:
vboxsync
Message:

Main: IHost header cleanup, remove cruft elsewhere

File:
1 edited

Legend:

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

    r23223 r23257  
    457457public:
    458458
    459     CallbackEvent (VirtualBox *aVirtualBox) : mVirtualBox (aVirtualBox)
     459    CallbackEvent(VirtualBox *aVirtualBox) : mVirtualBox(aVirtualBox)
    460460    {
    461         Assert (aVirtualBox);
     461        Assert(aVirtualBox);
    462462    }
    463463
    464464    void *handler();
    465465
    466     virtual void handleCallback (const ComPtr<IVirtualBoxCallback> &aCallback) = 0;
     466    virtual void handleCallback(const ComPtr<IVirtualBoxCallback> &aCallback) = 0;
    467467
    468468private:
     
    475475};
    476476#endif // ____H_VIRTUALBOXIMPL
    477 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
     477
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