Changeset 42177 in vbox for trunk/include/VBox/com
- Timestamp:
- Jul 17, 2012 12:27:22 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79175
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r40875 r42177 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 511 511 } 512 512 513 Utf8Str(const char *a_pszSrc, size_t a_cchSrc) 514 : RTCString(a_pszSrc, a_cchSrc) 515 { 516 } 517 513 518 /** 514 519 * Constructs a new string given the format string and the list of the
Note:
See TracChangeset
for help on using the changeset viewer.