VirtualBox

Changeset 20362 in vbox


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

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

Location:
trunk/include/iprt
Files:
57 edited

Legend:

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

    r18575 r20362  
    7878 */
    7979
    80 __BEGIN_DECLS
     80RT_BEGIN_DECLS
    8181
    8282/**
     
    164164/** @} */
    165165
    166 __END_DECLS
     166RT_END_DECLS
    167167
    168168/** @def RTAssertDebugBreak()
     
    209209 */
    210210#ifdef __GNUC__
    211 __BEGIN_DECLS
     211RT_BEGIN_DECLS
    212212#endif
    213213extern int RTASSERTVAR[1];
    214214#ifdef __GNUC__
    215 __END_DECLS
     215RT_END_DECLS
    216216#endif
    217217
  • trunk/include/iprt/avl.h

    r19756 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_avl    RTAvl - AVL Trees
     
    869869/** @} */
    870870
    871 __END_DECLS
     871RT_END_DECLS
    872872
    873873#endif
  • trunk/include/iprt/base64.h

    r16765 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/** @defgroup grp_rt_base64     RTBase64 - Base64, MIME content transfer encoding.
     
    118118/** @}  */
    119119
    120 __END_DECLS
     120RT_END_DECLS
    121121
    122122#endif
  • trunk/include/iprt/cache.h

    r10848 r20362  
    4040#include <iprt/critsect.h>
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444/** Protect the object requester against concurrent access from different threads. */
     
    143143RTDECL(int) RTCacheInsert(PRTOBJCACHE pCache, void *pObj);
    144144
    145 __END_DECLS
     145RT_END_DECLS
    146146
    147147#endif /* __iprt_cache_h */
  • trunk/include/iprt/cdefs.h

    r20358 r20362  
    5454 * Used to end a block of function declarations which are shared
    5555 * between C and C++ program.
    56  */
    57 
    58 /** @def __BEGIN_DECLS
    59  * @deprecated  Use RT_BEGIN_DECLS
    60  */
    61 
    62 /** @def __END_DECLS
    63  * @deprecated  Use RT_END_DECLS
    6456 */
    6557
  • trunk/include/iprt/cidr.h

    r8295 r20362  
    3939 * @{
    4040 */
    41 __BEGIN_DECLS
     41RT_BEGIN_DECLS
    4242
    4343/** An IPv4 address. */
     
    6060RTDECL(int) RTCidrStrToIPv4(const char *pszAddress, PRTIPV4ADDR pNetwork, PRTIPV4ADDR pNetmask);
    6161
    62 __END_DECLS
     62RT_END_DECLS
    6363/** @} */
    6464
  • trunk/include/iprt/cpuset.h

    r19302 r20362  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_cpuset RTCpuSet - CPU Set
     
    236236/** @} */
    237237
    238 __END_DECLS
     238RT_END_DECLS
    239239
    240240#endif
  • trunk/include/iprt/crc32.h

    r8245 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_crc32      RTCrc32 - CRC32 Calculation
     
    8080/** @} */
    8181
    82 __END_DECLS
     82RT_END_DECLS
    8383
    8484#endif
  • trunk/include/iprt/crc64.h

    r8245 r20362  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_crc64      RTCrc64 - CRC64 Calculation
     
    8181/** @} */
    8282
    83 __END_DECLS
     83RT_END_DECLS
    8484
    8585#endif
  • trunk/include/iprt/critsect.h

    r20008 r20362  
    3838
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_rt_critsect       RTCritSect - Critical Sections
     
    309309/** @} */
    310310
    311 __END_DECLS
    312 
    313 #endif
    314 
     311RT_END_DECLS
     312
     313#endif
     314
  • trunk/include/iprt/dbg.h

    r20361 r20362  
    2626#include <iprt/stdarg.h>
    2727
    28 __BEGIN_DECLS
     28RT_BEGIN_DECLS
    2929
    3030/** @defgroup grp_rt_dbg    RTDbg - Debugging Routines
     
    475475/** @} */
    476476
    477 __END_DECLS
     477RT_END_DECLS
    478478
    479479#endif
  • trunk/include/iprt/dir.h

    r20111 r20362  
    3838
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** @defgroup grp_rt_dir    RTDir - Directory Manipulation
     
    373373/** @} */
    374374
    375 __END_DECLS
     375RT_END_DECLS
    376376
    377377#endif
  • trunk/include/iprt/env.h

    r8245 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_env    RTProc - Process Environment Strings
     
    216216/** @} */
    217217
    218 __END_DECLS
     218RT_END_DECLS
    219219
    220220#endif
  • trunk/include/iprt/err.h

    r20015 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_err            RTErr - Status Codes
     
    10251025/** @} */
    10261026
    1027 __END_DECLS
     1027RT_END_DECLS
    10281028
    10291029#endif
  • trunk/include/iprt/file.h

    r19562 r20362  
    3737#endif
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_rt_fileio     RTFile - File I/O
     
    11471147/** @} */
    11481148
    1149 __END_DECLS
     1149RT_END_DECLS
    11501150
    11511151#endif
  • trunk/include/iprt/fs.h

    r14873 r20362  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_fs    RTFs - Filesystem and Volume
     
    464464/** @} */
    465465
    466 __END_DECLS
     466RT_END_DECLS
    467467
    468468#endif /* ___iprt_fs_h */
  • trunk/include/iprt/getopt.h

    r19951 r20362  
    3535#include <iprt/types.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_getopt    RTGetOpt - Command Line Parsing
     
    321321/** @} */
    322322
    323 __END_DECLS
     323RT_END_DECLS
    324324
    325325#endif
  • trunk/include/iprt/handletable.h

    r10788 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_handletable    RTHandleTable - Handle Tables
     
    241241/** @} */
    242242
    243 __END_DECLS
     243RT_END_DECLS
    244244
    245245
  • trunk/include/iprt/heap.h

    r8245 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/**
     
    170170RTDECL(void) RTHeapSimpleDump(RTHEAPSIMPLE Heap, PFNRTHEAPSIMPLEPRINTF pfnPrintf);
    171171
    172 __END_DECLS
     172RT_END_DECLS
    173173
    174174#endif
  • trunk/include/iprt/initterm.h

    r19897 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt    IPRT APIs
     
    219219/** @} */
    220220
    221 __END_DECLS
     221RT_END_DECLS
    222222
    223223
  • trunk/include/iprt/ldr.h

    r17019 r20362  
    4040 */
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444
     
    303303/** @} */
    304304
    305 __END_DECLS
     305RT_END_DECLS
    306306
    307307/** @} */
  • trunk/include/iprt/linux/sysfs.h

    r15644 r20362  
    3737
    3838
    39 __BEGIN_DECLS
     39RT_BEGIN_DECLS
    4040
    4141/** @defgroup grp_rt_mp RTLinuxSysfs - Linux sysfs
     
    180180/** @} */
    181181
    182 __END_DECLS
     182RT_END_DECLS
    183183
    184184#endif
  • trunk/include/iprt/localipc.h

    r11725 r20362  
    4040
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444/** @defgroup grp_rt_localipc   RTLocalIpc - Local IPC
     
    273273
    274274/** @} */
    275 __END_DECLS
     275RT_END_DECLS
    276276
    277277#endif
  • trunk/include/iprt/lock.h

    r8245 r20362  
    3333#include <iprt/critsect.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737/** @defgroup grp_rt_lock       RTLock - Scope-based Locking (C++).
     
    140140/** @} */
    141141
    142 __END_DECLS
     142RT_END_DECLS
    143143
    144144#endif
  • trunk/include/iprt/log.h

    r19730 r20362  
    3535#include <iprt/stdarg.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_log    RTLog - Logging
     
    16911691#endif /* VBOX */
    16921692
    1693 __END_DECLS
     1693RT_END_DECLS
    16941694
    16951695/** @} */
  • trunk/include/iprt/md5.h

    r8245 r20362  
    5454typedef RTMD5CONTEXT *PRTMD5CONTEXT;
    5555
    56 __BEGIN_DECLS
     56RT_BEGIN_DECLS
    5757
    5858/**
     
    8181RTDECL(void) RTMd5Final(uint8_t pabDigest[RTMD5HASHSIZE], PRTMD5CONTEXT pCtx);
    8282
    83 __END_DECLS
     83RT_END_DECLS
    8484
    8585/** @} */
  • trunk/include/iprt/mem.h

    r20360 r20362  
    4949 */
    5050
    51 __BEGIN_DECLS
     51RT_BEGIN_DECLS
    5252
    5353/** @def RTMEM_ALIGNMENT
     
    366366/** @} */
    367367
    368 __END_DECLS
     368RT_END_DECLS
    369369
    370370
  • trunk/include/iprt/memobj.h

    r15721 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_memobj     RTMemObj - Memory Object Manipulation (Ring-0)
     
    304304/** @} */
    305305
    306 __END_DECLS
     306RT_END_DECLS
    307307
    308308#endif
  • trunk/include/iprt/mp.h

    r19390 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_mp RTMp - Multiprocessor
     
    341341/** @} */
    342342
    343 __END_DECLS
     343RT_END_DECLS
    344344
    345345#endif
  • trunk/include/iprt/net.h

    r17848 r20362  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_net     RTNet - Network Protocols
     
    682682/** @} */
    683683
    684 __END_DECLS
     684RT_END_DECLS
    685685
    686686#endif
  • trunk/include/iprt/nocrt/amd64/fenv.h

    r8245 r20362  
    9898#define _SSE_EMASK_SHIFT        7
    9999
    100 __BEGIN_DECLS
     100RT_BEGIN_DECLS
    101101
    102102/* Default floating-point environment */
     
    221221}
    222222
    223 __END_DECLS
     223RT_END_DECLS
    224224
    225225#ifndef RT_WITHOUT_NOCRT_WRAPPERS
  • trunk/include/iprt/nocrt/math.h

    r8245 r20362  
    210210 * as __pure2.  In C99, FENV_ACCESS affects the purity of these functions.
    211211 */
    212 __BEGIN_DECLS
     212RT_BEGIN_DECLS
    213213/*
    214214 * ANSI/POSIX
     
    559559long double RT_NOCRT(gammal)(long double);
    560560#endif
    561 __END_DECLS
     561RT_END_DECLS
    562562
    563563
  • trunk/include/iprt/nocrt/setjmp.h

    r8245 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737#ifdef RT_ARCH_AMD64
     
    5050#endif
    5151
    52 __END_DECLS
     52RT_END_DECLS
    5353
    5454#endif
  • trunk/include/iprt/nocrt/stdlib.h

    r8245 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737
    38 __END_DECLS
     38RT_END_DECLS
    3939
    4040#endif
  • trunk/include/iprt/nocrt/string.h

    r10137 r20362  
    3333#include <iprt/types.h>
    3434
    35 __BEGIN_DECLS
     35RT_BEGIN_DECLS
    3636
    3737void *  RT_NOCRT(memchr)(const void *pv, int ch, size_t cb);
     
    8080#endif
    8181
    82 __END_DECLS
     82RT_END_DECLS
    8383
    8484#endif
  • trunk/include/iprt/nocrt/x86/fenv.h

    r8245 r20362  
    121121#endif
    122122
    123 __BEGIN_DECLS
     123RT_BEGIN_DECLS
    124124
    125125/* Default floating-point environment */
     
    260260}
    261261
    262 __END_DECLS
     262RT_END_DECLS
    263263
    264264#ifndef RT_WIHTOUT_NOCRT_WRAPPERS
     
    273273# define feenableexcept RT_NOCRT(feenableexcept)
    274274# define fedisableexcept RT_NOCRT(fedisableexcept)
    275 #endif 
     275#endif
    276276
    277277#endif  /* !__iprt_nocrt_x86_fenv_h__ */
  • trunk/include/iprt/once.h

    r19896 r20362  
    3535#include <iprt/err.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_once       RTOnce - Execute Once
     
    104104/** @} */
    105105
    106 __END_DECLS
     106RT_END_DECLS
    107107
    108108#endif
  • trunk/include/iprt/path.h

    r20018 r20362  
    3939
    4040
    41 __BEGIN_DECLS
     41RT_BEGIN_DECLS
    4242
    4343/** @defgroup grp_rt_path   RTPath - Path Manipulation
     
    599599/** @} */
    600600
    601 __END_DECLS
     601RT_END_DECLS
    602602
    603603#endif
  • trunk/include/iprt/power.h

    r13478 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_power RTPower - Power management
     
    111111/** @} */
    112112
    113 __END_DECLS
     113RT_END_DECLS
    114114
    115115#endif
  • trunk/include/iprt/process.h

    r17018 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_process    RTProc - Process Management
     
    266266/** @} */
    267267
    268 __END_DECLS
     268RT_END_DECLS
    269269
    270270#endif
  • trunk/include/iprt/rand.h

    r11558 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_rand       RTRand - Random Numbers and Byte Streams
     
    314314/** @} */
    315315
    316 __END_DECLS
     316RT_END_DECLS
    317317
    318318
  • trunk/include/iprt/req.h

    r13075 r20362  
    3636#include <iprt/stdarg.h>
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_req    RTReq - Request Packet Management
     
    369369/** @} */
    370370
    371 __END_DECLS
     371RT_END_DECLS
    372372
    373373#endif
  • trunk/include/iprt/s3.h

    r20043 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @group grp_rt_s3    RTS3 - Simple Storage Service (S3) Communication API
     
    269269/** @} */
    270270
    271 __END_DECLS
     271RT_END_DECLS
    272272
    273273#endif
  • trunk/include/iprt/semaphore.h

    r12874 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_sems    RTSem - Semaphores
     
    527527/** @} */
    528528
    529 __END_DECLS
     529RT_END_DECLS
    530530
    531531#endif
  • trunk/include/iprt/spinlock.h

    r9212 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838
     
    155155/** @} */
    156156
    157 __END_DECLS
     157RT_END_DECLS
    158158
    159159#endif
  • trunk/include/iprt/stream.h

    r19543 r20362  
    3535#include <iprt/stdarg.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_stream     RTStrm - File Streams
     
    259259/** @} */
    260260
    261 __END_DECLS
     261RT_END_DECLS
    262262
    263263#endif
  • trunk/include/iprt/string.h

    r19942 r20362  
    6666 */
    6767#if defined(RT_OS_DARWIN) && defined(KERNEL)
    68 __BEGIN_DECLS
     68RT_BEGIN_DECLS
    6969void *memchr(const void *pv, int ch, size_t cb);
    7070char *strpbrk(const char *pszStr, const char *pszChars);
    71 __END_DECLS
     71RT_END_DECLS
    7272#endif
    7373
     
    112112 */
    113113
    114 __BEGIN_DECLS
     114RT_BEGIN_DECLS
    115115
    116116
     
    18841884/** @} */
    18851885
    1886 __END_DECLS
     1886RT_END_DECLS
    18871887
    18881888/** @} */
  • trunk/include/iprt/system.h

    r19508 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_system RTSystem - System Information
     
    143143/** @} */
    144144
    145 __END_DECLS
     145RT_END_DECLS
    146146
    147147#endif
  • trunk/include/iprt/table.h

    r8245 r20362  
    3838 */
    3939
    40 __BEGIN_DECLS
     40RT_BEGIN_DECLS
    4141
    4242/** Pointer to an allocator. */
     
    711711}
    712712
    713 __END_DECLS
     713RT_END_DECLS
    714714
    715715/** @} */
  • trunk/include/iprt/tcp.h

    r8245 r20362  
    4040
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444/** @defgroup grp_rt_tcp    RTTcp - TCP/IP
     
    218218
    219219/** @} */
    220 __END_DECLS
     220RT_END_DECLS
    221221
    222222#endif
  • trunk/include/iprt/test.h

    r20109 r20362  
    3535#include <iprt/stdarg.h>
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_test       RTTest - Testcase Framework.
     
    908908/** @}  */
    909909
    910 __END_DECLS
     910RT_END_DECLS
    911911
    912912#endif
  • trunk/include/iprt/thread.h

    r20124 r20362  
    4141
    4242
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444
    4545/** @defgroup grp_rt_thread    RTThread - Thread Management
     
    691691/** @} */
    692692
    693 __END_DECLS
     693RT_END_DECLS
    694694
    695695#endif
  • trunk/include/iprt/time.h

    r19542 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_time   RTTime - Time
     
    933933/** @} */
    934934
    935 __END_DECLS
     935RT_END_DECLS
    936936
    937937#endif
  • trunk/include/iprt/timer.h

    r10944 r20362  
    3636
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/** @defgroup grp_rt_timer      RTTimer - Timer
     
    312312/** @} */
    313313
    314 __END_DECLS
     314RT_END_DECLS
    315315
    316316#endif
  • trunk/include/iprt/uni.h

    r8245 r20362  
    4848#endif
    4949
    50 __BEGIN_DECLS
     50RT_BEGIN_DECLS
    5151
    5252
     
    400400
    401401
    402 __END_DECLS
     402RT_END_DECLS
    403403/** @} */
    404404
  • trunk/include/iprt/uuid.h

    r19198 r20362  
    3434#include <iprt/types.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/** @defgroup grp_rt_uuid       RTUuid - Universally Unique Identifiers
     
    170170/** @} */
    171171
    172 __END_DECLS
     172RT_END_DECLS
    173173
    174174#endif
  • trunk/include/iprt/zip.h

    r8245 r20362  
    3535
    3636
    37 __BEGIN_DECLS
     37RT_BEGIN_DECLS
    3838
    3939/** @defgroup grp_rt_zip        RTZip - Compression
     
    179179/** @} */
    180180
    181 __END_DECLS
     181RT_END_DECLS
    182182
    183183#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