VirtualBox

Changeset 28945 in vbox for trunk/include/VBox/com/defs.h


Ignore:
Timestamp:
Apr 30, 2010 5:50:22 PM (15 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: Sketched out automatic removal of dead callbacks. No functional yet as the specific status codes have not been found. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r28944 r28945  
    254254#define SUCCEEDED_WARNING(rc)   (NS_SUCCEEDED (rc) && (rc) != NS_OK)
    255255
    256 #define FAILED_DEAD_INTERFACE(rc)    (false) /**< @todo */
     256#define FAILED_DEAD_INTERFACE(rc) (false) /**< @todo */
    257257
    258258#define IUnknown nsISupports
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