VirtualBox

Changeset 1960

Show
Ignore:
Timestamp:
04/05/07 18:35:31 (2 years ago)
Author:
vboxsync
Message:

Added alloc method to Utf8Str class

Files:

Legend:

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

    r1220 r1960  
    246246     *  a null object will be created. 
    247247     */ 
    248     Utf8Str (size_t aSize) : str (NULL
     248    alloc (size_t aSize
    249249    { 
    250250        if (aSize) 
     
    258258                str [0] = 0; 
    259259        } 
     260    } 
     261 
     262    Utf8Str (size_t aSize) : str (NULL) 
     263    { 
     264        alloc(aSize); 
    260265    } 
    261266 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy