VirtualBox

Changeset 36429 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2011 12:56:50 PM (14 years ago)
Author:
vboxsync
Message:

build fix / file header nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/string.cpp

    r36428 r36429  
    11/* $Id$ */
    2 
    32/** @file
    4  *
    5  * MS COM / XPCOM Abstraction Layer:
    6  * UTF-8 and UTF-16 string classes
     3 * MS COM / XPCOM Abstraction Layer - UTF-8 and UTF-16 string classes.
    74 */
    85
    96/*
    10  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    118 *
    129 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2320#include <iprt/err.h>
    2421#include <iprt/path.h>
     22#include <iprt/log.h>
    2523
    2624namespace com
     
    3129// not use length prefixes
    3230const OLECHAR g_achEmptyBstr[3] = { 0, 0, 0 };
    33 const BSTR g_bstrEmpty = (BSTR)(&g_achEmptyBstr[2]);
     31const BSTR g_bstrEmpty = (BSTR)&g_achEmptyBstr[2];
    3432
    3533/* static */
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