VirtualBox

Changeset 20267 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 4, 2009 11:27:27 AM (16 years ago)
Author:
vboxsync
Message:

Main: completed scriptable changes
Make VBox buildable on SMB share exported by Win box.

Location:
trunk/include/VBox/com
Files:
2 edited

Legend:

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

    r17911 r20267  
    284284
    285285    HRESULT mResultCode;
    286     Guid mInterfaceID;
    287     Bstr mComponent;
    288     Bstr mText;
     286    Guid    mInterfaceID;
     287    Bstr    mComponent;
     288    Bstr    mText;
    289289
    290290    cppx::auto_copy_ptr <ErrorInfo> mNext;
  • trunk/include/VBox/com/VirtualBoxErrorInfo.h

    r15051 r20267  
    8585
    8686    // IVirtualBoxErrorInfo properties
    87     STDMETHOD(COMGETTER(ResultCode)) (HRESULT *aResultCode);
     87    STDMETHOD(COMGETTER(ResultCode)) (LONG *aResultCode);
    8888    STDMETHOD(COMGETTER(InterfaceID)) (OUT_GUID aIID);
    8989    STDMETHOD(COMGETTER(Component)) (BSTR *aComponent);
     
    105105    HRESULT init (nsIException *aInfo);
    106106
    107     NS_DECL_NSIEXCEPTION
    108 
     107    NS_DECL_NSIEXCEPTION   
    109108#endif
    110109
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