VirtualBox

Changeset 26552 in vbox


Ignore:
Timestamp:
Feb 15, 2010 5:23:17 PM (15 years ago)
Author:
vboxsync
Message:

Main: build fix

File:
1 edited

Legend:

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

    r26550 r26552  
    420420    BSTR    m_bstr;                     /**< The string buffer. */
    421421};
     422
     423/* symmetric compare operators */
     424inline bool operator==(CBSTR l, const Bstr &r) { return r.operator==(l); }
     425inline bool operator!=(CBSTR l, const Bstr &r) { return r.operator!=(l); }
     426inline bool operator==(BSTR l, const Bstr &r) { return r.operator==(l); }
     427inline bool operator!=(BSTR l, const Bstr &r) { return r.operator!=(l); }
    422428
    423429////////////////////////////////////////////////////////////////////////////////
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