VirtualBox

Changeset 4129

Show
Ignore:
Timestamp:
08/13/07 13:55:12 (1 year ago)
Author:
vboxsync
Message:

Quick fix for VBoxManage selecting the wrong version of Utf8StrFmt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy