VirtualBox

Changeset 20363 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 8, 2009 12:15:05 AM (16 years ago)
Author:
vboxsync
Message:

VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

Location:
trunk/include/VBox
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxDev.h

    r19654 r20363  
    3333#include <VBox/cdefs.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/** Mouse capability bits
     
    8585#define VMMDEV_HEAP_SIZE (4*PAGE_SIZE)
    8686
    87 __END_DECLS
     87RT_END_DECLS
    8888
    8989#endif
  • trunk/include/VBox/VBoxGuest.h

    r19654 r20363  
    16661666/* General-purpose functions */
    16671667
    1668 __BEGIN_DECLS
     1668RT_BEGIN_DECLS
    16691669VBGLR3DECL(int)     VbglR3Init(void);
    16701670VBGLR3DECL(int)     VbglR3InitUser(void);
     
    17471747
    17481748
    1749 __END_DECLS
     1749RT_END_DECLS
    17501750
    17511751#endif /* IN_RING3 */
  • trunk/include/VBox/VBoxGuestLib.h

    r15704 r20363  
    6969typedef uint32_t VBGLIOPORT;
    7070
    71 __BEGIN_DECLS
     71RT_BEGIN_DECLS
    7272
    7373#ifdef VBGL_VBOXGUEST
     
    326326DECLVBGL(int) VbglQueryVMMDevMemory (VMMDevMemory **ppVMMDevMemory);
    327327
    328 __END_DECLS
     328RT_END_DECLS
    329329
    330330/** @} */
  • trunk/include/VBox/VBoxHDD.h

    r20167 r20363  
    4141#include <VBox/vmapi.h>
    4242
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444
    4545#ifdef IN_RING0
     
    17351735
    17361736
    1737 __END_DECLS
     1737RT_END_DECLS
    17381738
    17391739/** @} */
  • trunk/include/VBox/cfgm.h

    r19466 r20363  
    6262
    6363
    64 __BEGIN_DECLS
     64RT_BEGIN_DECLS
    6565
    6666#ifdef IN_RING3
     
    187187
    188188
    189 __END_DECLS
     189RT_END_DECLS
    190190
    191191/** @} */
  • trunk/include/VBox/cpum.h

    r19478 r20363  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_cpum      The CPU Monitor / Manager API
     
    10431043
    10441044/** @} */
    1045 __END_DECLS
     1045RT_END_DECLS
    10461046
    10471047
  • trunk/include/VBox/cpumdis.h

    r18927 r20363  
    3838
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141/** @addtogroup grp_cpum
    4242 * @{
     
    5757
    5858/** @} */
    59 __END_DECLS
     59RT_END_DECLS
    6060
    6161
  • trunk/include/VBox/csam.h

    r19141 r20363  
    5454
    5555
    56 __BEGIN_DECLS
     56RT_BEGIN_DECLS
    5757
    5858
     
    307307
    308308/** @} */
    309 __END_DECLS
     309RT_END_DECLS
    310310
    311311#endif
  • trunk/include/VBox/dbg.h

    r13411 r20363  
    4141#include <iprt/stdarg.h>
    4242
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444
    4545/** @def VBOX_WITH_DEBUGGER
     
    731731
    732732
    733 __END_DECLS
     733RT_END_DECLS
    734734
    735735#endif
  • trunk/include/VBox/dbgf.h

    r20152 r20363  
    4040#include <iprt/dbg.h>
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444
     
    10411041
    10421042
    1043 __END_DECLS
     1043RT_END_DECLS
    10441044
    10451045#endif
  • trunk/include/VBox/dbggui.h

    r12884 r20363  
    3939
    4040
    41 __BEGIN_DECLS
     41RT_BEGIN_DECLS
    4242
    4343/** @defgroup grp_dbggui    VirtualBox Debugger GUI
     
    172172/** @} */
    173173
    174 __END_DECLS
     174RT_END_DECLS
    175175
    176176#endif
  • trunk/include/VBox/dis.h

    r10273 r20363  
    3939#endif
    4040
    41 __BEGIN_DECLS
     41RT_BEGIN_DECLS
    4242
    4343
     
    759759
    760760
    761 __END_DECLS
     761RT_END_DECLS
    762762
    763763#endif
  • trunk/include/VBox/em.h

    r20071 r20363  
    3636#include <VBox/dis.h>
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_em        The Execution Monitor / Manager API
     
    229229/** @} */
    230230
    231 __END_DECLS
     231RT_END_DECLS
    232232
    233233#endif
  • trunk/include/VBox/gmm.h

    r19454 r20363  
    3535#include <VBox/sup.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup   grp_gmm     GMM - The Global Memory Manager
     
    427427/** @} */
    428428
    429 __END_DECLS
    430 
    431 #endif
    432 
     429RT_END_DECLS
     430
     431#endif
     432
  • trunk/include/VBox/gvmm.h

    r19707 r20363  
    3636#include <VBox/sup.h>
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_GVMM  GVMM - The Global VM Manager.
     
    238238/** @} */
    239239
    240 __END_DECLS
     240RT_END_DECLS
    241241
    242242#endif
  • trunk/include/VBox/hwaccm.h

    r19903 r20363  
    5757} HWACCMSTATE;
    5858
    59 __BEGIN_DECLS
     59RT_BEGIN_DECLS
    6060
    6161/**
     
    164164
    165165/** @} */
    166 __END_DECLS
     166RT_END_DECLS
    167167
    168168
  • trunk/include/VBox/intnet.h

    r17184 r20363  
    3737#include <iprt/asm.h>
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141
     
    980980#endif /* IN_RING0 */
    981981
    982 __END_DECLS
     982RT_END_DECLS
    983983
    984984#endif
  • trunk/include/VBox/iom.h

    r20087 r20363  
    3535#include <VBox/dis.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939
     
    277277/** @} */
    278278
    279 __END_DECLS
     279RT_END_DECLS
    280280
    281281#endif
  • trunk/include/VBox/mm.h

    r19757 r20363  
    3838
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_mm       The Memory Manager API
     
    351351
    352352/** @} */
    353 __END_DECLS
    354 
    355 
    356 #endif
    357 
     353RT_END_DECLS
     354
     355
     356#endif
     357
  • trunk/include/VBox/ostypes.h

    r17721 r20363  
    3333#include <iprt/cdefs.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/**
     
    115115} VBOXOSTYPE;
    116116
    117 __END_DECLS
     117RT_END_DECLS
    118118
    119119#endif
  • trunk/include/VBox/patm.h

    r13832 r20363  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_patm      The Patch Manager API
     
    671671
    672672/** @} */
    673 __END_DECLS
     673RT_END_DECLS
    674674
    675675
  • trunk/include/VBox/pdmapi.h

    r20056 r20363  
    3737#include <VBox/types.h>
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_pdm       The Pluggable Device Manager API
     
    129129#endif
    130130
    131 __END_DECLS
     131RT_END_DECLS
    132132
    133133/** @} */
  • trunk/include/VBox/pdmasynccompletion.h

    r20167 r20363  
    3636#include <iprt/assert.h>
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_pdm_async_completion  The PDM Async I/O Completion API
     
    320320/** @} */
    321321
    322 __END_DECLS
     322RT_END_DECLS
    323323
    324324#endif
  • trunk/include/VBox/pdmasynctask.h

    r13005 r20363  
    3333#include <VBox/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737
     
    6060
    6161
    62 __END_DECLS
     62RT_END_DECLS
    6363
    6464#endif
  • trunk/include/VBox/pdmcritsect.h

    r20087 r20363  
    3434#include <iprt/critsect.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_pdm_critsect      The PDM Critical Section API
     
    7474/** @} */
    7575
    76 __END_DECLS
     76RT_END_DECLS
    7777
    7878#endif
  • trunk/include/VBox/pdmdev.h

    r20094 r20363  
    4545#include <iprt/stdarg.h>
    4646
    47 __BEGIN_DECLS
     47RT_BEGIN_DECLS
    4848
    4949/** @defgroup grp_pdm_device    The PDM Devices API
     
    39103910/** @} */
    39113911
    3912 __END_DECLS
     3912RT_END_DECLS
    39133913
    39143914#endif
  • trunk/include/VBox/pdmdrv.h

    r20167 r20363  
    4848#endif
    4949
    50 __BEGIN_DECLS
     50RT_BEGIN_DECLS
    5151
    5252/** @defgroup grp_pdm_driver    The PDM Drivers API
     
    963963/** @} */
    964964
    965 __END_DECLS
     965RT_END_DECLS
    966966
    967967#endif
  • trunk/include/VBox/pdmifs.h

    r20226 r20363  
    3434#include <VBox/hgcmsvc.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_pdm_interfaces    The PDM Interface Definitions
     
    24622462/** @} */
    24632463
    2464 __END_DECLS
     2464RT_END_DECLS
    24652465
    24662466#endif
  • trunk/include/VBox/pdmqueue.h

    r13005 r20363  
    3333#include <VBox/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/** @defgroup grp_pdm_queue     The PDM Queues API
     
    134134/** @} */
    135135
    136 __END_DECLS
     136RT_END_DECLS
    137137
    138138#endif
  • trunk/include/VBox/pdmsrv.h

    r13005 r20363  
    3535#include <VBox/cfgm.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_pdm_services  The PDM Services API
     
    333333/** @} */
    334334
    335 __END_DECLS
     335RT_END_DECLS
    336336
    337337#endif
  • trunk/include/VBox/pdmthread.h

    r13005 r20363  
    3737#endif
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_pdm_thread    The PDM Threads API
     
    298298/** @} */
    299299
    300 __END_DECLS
     300RT_END_DECLS
    301301
    302302#endif
  • trunk/include/VBox/pdmusb.h

    r18645 r20363  
    4444#include <iprt/stdarg.h>
    4545
    46 __BEGIN_DECLS
     46RT_BEGIN_DECLS
    4747
    4848/** @defgroup grp_pdm_usbdev    The USB Devices API
     
    773773/** @} */
    774774
    775 __END_DECLS
     775RT_END_DECLS
    776776
    777777#endif
  • trunk/include/VBox/pgm.h

    r19992 r20363  
    3838#include <VBox/hwacc_vmx.h>
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_pgm   The Page Monitor / Manager API
     
    569569#endif /* IN_RING3 */
    570570
    571 __END_DECLS
     571RT_END_DECLS
    572572
    573573/** @} */
  • trunk/include/VBox/rem.h

    r19660 r20363  
    3737
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_rem      The Recompiled Execution Manager API
     
    103103
    104104/** @} */
    105 __END_DECLS
     105RT_END_DECLS
    106106
    107107
  • trunk/include/VBox/selm.h

    r19334 r20363  
    3838
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_selm      The Selector Monitor(/Manager) API
     
    120120
    121121/** @} */
    122 __END_DECLS
     122RT_END_DECLS
    123123
    124124#endif
  • trunk/include/VBox/ssm.h

    r20153 r20363  
    3636#include <VBox/vmapi.h>
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_ssm       The Saved State Manager API
     
    521521/** @} */
    522522
    523 __END_DECLS
     523RT_END_DECLS
    524524
    525525#endif
  • trunk/include/VBox/stam.h

    r13598 r20363  
    4040#endif
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444/** @defgroup grp_stam     The Statistics Manager API
     
    11251125/** @} */
    11261126
    1127 __END_DECLS
    1128 
    1129 #endif
    1130 
     1127RT_END_DECLS
     1128
     1129#endif
     1130
  • trunk/include/VBox/sup.h

    r19891 r20363  
    3737#include <iprt/asm.h>
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup   grp_sup     The Support Library API
     
    11461146/** @} */
    11471147
    1148 __END_DECLS
     1148RT_END_DECLS
    11491149
    11501150#endif
  • trunk/include/VBox/tm.h

    r20096 r20363  
    3737#endif
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_tm        The Time Manager API
     
    250250/** @} */
    251251
    252 __END_DECLS
     252RT_END_DECLS
    253253
    254254#endif
  • trunk/include/VBox/trpm.h

    r19015 r20363  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939/** @defgroup grp_trpm The Trap Monitor API
    4040 * @{
     
    149149
    150150/** @} */
    151 __END_DECLS
     151RT_END_DECLS
    152152
    153153#endif
  • trunk/include/VBox/usb.h

    r17067 r20363  
    3333#include <VBox/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/**
     
    256256#endif /* VBOX_USB_H_INCL_DESCRIPTORS */
    257257
    258 __END_DECLS
    259 
    260 #endif
    261 
     258RT_END_DECLS
     259
     260#endif
     261
  • trunk/include/VBox/usblib-win.h

    r8770 r20363  
    229229
    230230
    231 __BEGIN_DECLS
     231RT_BEGIN_DECLS
    232232
    233233#ifdef IN_RING3
     
    278278/** @} */
    279279
    280 __END_DECLS
    281 
    282 
    283 #endif
    284 
     280RT_END_DECLS
     281
     282
     283#endif
     284
  • trunk/include/VBox/usblib.h

    r8770 r20363  
    4848/** @todo merge the usblib-win.h interface into the darwin and linux ports where suitable. */
    4949
    50 __BEGIN_DECLS
     50RT_BEGIN_DECLS
    5151/** @defgroup grp_USBLib    USBLib - USB Support Library
    5252 * This module implements the basic low-level OS interfaces and common USB code.
     
    119119
    120120/** @} */
    121 __END_DECLS
     121RT_END_DECLS
    122122
    123123#endif
  • trunk/include/VBox/vm.h

    r19812 r20363  
    963963
    964964#ifdef IN_RC
    965 __BEGIN_DECLS
     965RT_BEGIN_DECLS
    966966
    967967/** The VM structure.
     
    971971extern DECLIMPORT(VM)   g_VM;
    972972
    973 __END_DECLS
     973RT_END_DECLS
    974974#endif
    975975
  • trunk/include/VBox/vmapi.h

    r19435 r20363  
    3838#include <iprt/stdarg.h>
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_vmm_apis  VM All Contexts API
     
    447447#endif
    448448
    449 __END_DECLS
    450 
    451 /** @} */
    452 
    453 #endif
    454 
    455 
     449RT_END_DECLS
     450
     451/** @} */
     452
     453#endif
     454
     455
  • trunk/include/VBox/vmm.h

    r19732 r20363  
    3838#include <iprt/stdarg.h>
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_vmm       The Virtual Machine Monitor API
     
    117117 *
    118118 * @returns VBox status code.
    119  * @param   pVM     Pointer to the shared VM structure. 
     119 * @param   pVM     Pointer to the shared VM structure.
    120120 * @param   pvUser  User specified argument
    121121 */
     
    140140 *
    141141 * @returns true / false.
    142  * @param   pVM     Pointer to the shared VM structure. 
     142 * @param   pVM     Pointer to the shared VM structure.
    143143 */
    144144#define VMMIsHwVirtExtForced(pVM)   ((pVM)->fHwVirtExtForced)
     
    349349
    350350/** @} */
    351 __END_DECLS
     351RT_END_DECLS
    352352
    353353#endif
  • trunk/include/VBox/vrdpapi.h

    r13832 r20363  
    5252#define VRDP_DEFAULT_PORT (3389)
    5353
    54 __BEGIN_DECLS
     54RT_BEGIN_DECLS
    5555
    5656/* Forward declaration of the VRDP server instance handle. */
     
    11871187typedef FNVRDPCREATESERVER *PFNVRDPCREATESERVER;
    11881188
    1189 __END_DECLS
     1189RT_END_DECLS
    11901190
    11911191/** @} */
  • trunk/include/VBox/vusb.h

    r20226 r20363  
    3434#include <VBox/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_vusb  VBox USB API
     
    10031003/** @} */
    10041004
    1005 __END_DECLS
     1005RT_END_DECLS
    10061006
    10071007#endif
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