VirtualBox

Changeset 4129 in vbox


Ignore:
Timestamp:
Aug 13, 2007 11:55:12 AM (18 years ago)
Author:
vboxsync
Message:

Quick fix for VBoxManage selecting the wrong version of Utf8StrFmt

File:
1 edited

Legend:

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

    r4071 r4129  
    507507     *
    508508     *  @param format   printf-like format string (in UTF-8 encoding)
     509     *  @param args     list of arguments for the format string
     510     */
     511    explicit Utf8StrFmt (const char *format, va_list args) { init (format, args); }
     512
     513    /**
     514     *  Constructs a new string given the format string and the list
     515     *  of the arguments for the format string.
     516     *
     517     *  @param format   printf-like format string (in UTF-8 encoding)
    509518     *  @param ...      list of the arguments for the format string
    510519     *
     
    522531    }
    523532
    524     /**
    525      *  Constructs a new string given the format string and the list
    526      *  of the arguments for the format string.
    527      *
    528      *  @param format   printf-like format string (in UTF-8 encoding)
    529      *  @param args     list of arguments for the format string
    530      */
    531     Utf8StrFmt (const char *format, va_list args) { init (format, args); }
    532 
    533533private:
    534534
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