VirtualBox

Changeset 13832 in vbox for trunk/include/iprt/log.h


Ignore:
Timestamp:
Nov 5, 2008 2:01:12 AM (16 years ago)
Author:
vboxsync
Message:

IN_GC -> IN_RC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/log.h

    r13717 r13832  
    148148
    149149/** Logger structure. */
    150 #ifdef IN_GC
     150#ifdef IN_RC
    151151typedef struct RTLOGGERRC RTLOGGER;
    152152#else
     
    232232
    233233
    234 #ifndef IN_GC
     234#ifndef IN_RC
    235235/**
    236236 * Logger instance structure.
     
    10051005
    10061006
    1007 #ifndef IN_GC
     1007#ifndef IN_RC
    10081008/**
    10091009 * Sets the default release logger instance.
     
    10131013 */
    10141014RTDECL(PRTLOGGER) RTLogRelSetDefaultInstance(PRTLOGGER pLogger);
    1015 #endif /* !IN_GC */
     1015#endif /* !IN_RC */
    10161016
    10171017/**
     
    12101210RTDECL(PRTLOGGER)   RTLogDefaultInstance(void);
    12111211
    1212 #ifndef IN_GC
     1212#ifndef IN_RC
    12131213/**
    12141214 * Sets the default logger instance.
     
    12181218 */
    12191219RTDECL(PRTLOGGER) RTLogSetDefaultInstance(PRTLOGGER pLogger);
    1220 #endif /* !IN_GC */
     1220#endif /* !IN_RC */
    12211221
    12221222#ifdef IN_RING0
     
    12531253
    12541254
    1255 #ifndef IN_GC
     1255#ifndef IN_RC
    12561256/**
    12571257 * Creates the default logger instance for a iprt users.
     
    14111411 */
    14121412RTDECL(int) RTLogGroupSettings(PRTLOGGER pLogger, const char *pszVar);
    1413 #endif /* !IN_GC */
     1413#endif /* !IN_RC */
    14141414
    14151415/**
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