VirtualBox

Changeset 42177 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Jul 17, 2012 12:27:22 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79175
Message:

Main/VirtualBox+Machine: implement the directory handling/renaming logic for gro
up changes, plus strict validation of the VM groups to avoid trouble when using
it as a directory component

File:
1 edited

Legend:

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

    r40875 r42177  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2012 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    511511    }
    512512
     513    Utf8Str(const char *a_pszSrc, size_t a_cchSrc)
     514        : RTCString(a_pszSrc, a_cchSrc)
     515    {
     516    }
     517
    513518    /**
    514519     * Constructs a new string given the format string and the list of the
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