VirtualBox

Changeset 52549 in vbox


Ignore:
Timestamp:
Sep 1, 2014 9:47:10 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95806
Message:

VBox/Main: #1909: Further compilation & coding style fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/ministring.h

    r52548 r52549  
    878878                          const RTCString &a_rstrSep = "");
    879879
    880     /* Swaps the values of the two strings.
    881      * Used instead of copying when the string which
    882      * is copied will no longer be needed after copying
    883      * Both of two strings remain valid.
    884      * The method is exception-safe */
     880    /**
     881     * Swaps two strings in a fast way.
     882     * Exception safe.
     883     *
     884     * @param   that  the string to swap for */
    885885    inline void swap(RTCString &that) throw()
    886886    {
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