VirtualBox

Changeset 6551 in vbox


Ignore:
Timestamp:
Jan 29, 2008 1:55:47 AM (17 years ago)
Author:
vboxsync
Message:

fixed the file header and removed unnecessary includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp

    r6549 r6551  
    11/* $Id$ */
    22/** @file
    3  * Virtual Box Runtime - Guest Backdoor Logging, release logging for assertions.
     3 * Virtual Box Runtime - RTLog stubs for the stripped down IPRT used by
     4 *                       RuntimeGuestR3Shared (X11), output is redirected
     5 *                       to the RTLogBackdoor API where possible.
    46 */
    57
    68/*
    7  * Copyright (C) 2006-2007 innotek GmbH
     9 * Copyright (C) 2007 innotek GmbH
    810 *
    911 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2931*******************************************************************************/
    3032#include <VBox/log.h>
    31 #include <iprt/asm.h>
    32 #include <iprt/string.h>
    33 #ifdef IN_GUEST_R3
    34 # include <VBox/VBoxGuest.h>
    35 #endif
    3633
    3734
    38 /*******************************************************************************
    39 *   Public Functions                                                         *
    40 *******************************************************************************/
    4135
    4236/* All release logging goes to the backdoor logger anyway. */
     
    4640}
    4741
     42
    4843/* All logging goes to the backdoor logger anyway. */
    4944RTDECL(PRTLOGGER) RTLogDefaultInstance(void)
     
    5146    return NULL;
    5247}
     48
    5349
    5450RTDECL(void) RTLogRelPrintf(const char *pszFormat, ...)
     
    6157}
    6258
     59
    6360RTDECL(void) RTLogRelPrintfV(const char *pszFormat, va_list args)
    6461{
    6562    RTLogBackdoorPrintfV(pszFormat, args);
    6663}
     64
    6765
    6866RTDECL(void) RTLogPrintf(const char *pszFormat, ...)
     
    7573}
    7674
     75
    7776RTDECL(void) RTLogPrintfV(const char *pszFormat, va_list args)
    7877{
     
    8079}
    8180
     81
    8282/* Do nothing for now. */
    8383RTDECL(void) RTLogFlush(PRTLOGGER)
    8484{
    8585}
     86
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