VirtualBox

Changeset 17566 in vbox for trunk/include


Ignore:
Timestamp:
Mar 9, 2009 11:22:42 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44010
Message:

OVF: implement NAT/Bridged network import/export; some network API documentation

File:
1 edited

Legend:

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

    r16495 r17566  
    428428    bool operator < (const char *that) const { return compare (that) < 0; }
    429429
     430    int compareIgnoreCase(const char *pcsz) const
     431    {
     432        return ::RTStrICmp(str, pcsz);
     433    }
     434
    430435    bool isNull() const { return str == NULL; }
    431436    operator bool() const { return !isNull(); }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette