VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Runtime/common/misc
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include <iprt/err.h>
  • trunk/src/VBox/Runtime/common/misc/RTFileOpenF.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/file.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTFileOpenV.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/file.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTMemWipeThoroughly.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mem.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/RTSystemIsInsideVM-amd64-x86.cpp

    r57078 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "internal/iprt.h"
    3132#include <iprt/system.h>
  • trunk/src/VBox/Runtime/common/misc/aiomgr.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031
    3132#include <iprt/aiomgr.h>
     
    4546#include "internal/magics.h"
    4647
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     48
     49/*********************************************************************************************************************************
     50*   Structures and Typedefs                                                                                                      *
     51*********************************************************************************************************************************/
    5052
    5153/** Pointer to an internal async I/O file instance. */
     
    207209#define RTAIOMGRREQ_FLAGS_PREPARED RT_BIT_32(0)
    208210
    209 /*******************************************************************************
    210 *   Defined Constants And Macros                                               *
    211 *******************************************************************************/
     211
     212/*********************************************************************************************************************************
     213*   Defined Constants And Macros                                                                                                 *
     214*********************************************************************************************************************************/
    212215
    213216/** Validates a handle and returns VERR_INVALID_HANDLE if not valid. */
     
    228231    } while (0)
    229232
    230 /*******************************************************************************
    231 *   Internal Functions                                                         *
    232 *******************************************************************************/
     233
     234/*********************************************************************************************************************************
     235*   Internal Functions                                                                                                           *
     236*********************************************************************************************************************************/
    233237
    234238static int rtAioMgrReqsEnqueue(PRTAIOMGRINT pThis, PRTAIOMGRFILEINT pFile,
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include "internal/iprt.h"
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Global Variables                                                           *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Global Variables                                                                                                             *
     47*********************************************************************************************************************************/
    4848/** The last assert message, 1st part. */
    4949RTDATADECL(char)                    g_szRTAssertMsg1[1024];
  • trunk/src/VBox/Runtime/common/misc/buildconfig.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "internal/iprt.h"
    3232#include <iprt/buildconfig.h>
  • trunk/src/VBox/Runtime/common/misc/cidr.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/cidr.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/circbuf.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/circbuf.h>
    3232#include <iprt/mem.h>
     
    3636
    3737
    38 /*******************************************************************************
    39 *   Structures and Typedefs                                                    *
    40 *******************************************************************************/
     38/*********************************************************************************************************************************
     39*   Structures and Typedefs                                                                                                      *
     40*********************************************************************************************************************************/
    4141/** @todo r=bird: this is missing docs and magic. */
    4242typedef struct RTCIRCBUF
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r56700 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/cidr.h>
    3132#include <iprt/net.h>                   /* must come before getopt.h */
     
    4142
    4243
    43 /*******************************************************************************
    44 *   Global Variables                                                           *
    45 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Global Variables                                                                                                             *
     46*********************************************************************************************************************************/
    4647/**
    4748 * Standard options that gets included unless RTGETOPTINIT_FLAGS_NO_STD_OPTS is
  • trunk/src/VBox/Runtime/common/misc/getoptargv.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/getopt.h>
    3132#include "internal/iprt.h"
     
    3839
    3940
    40 /*******************************************************************************
    41 *   Header Files                                                               *
    42 *******************************************************************************/
     41/*********************************************************************************************************************************
     42*   Header Files                                                                                                                 *
     43*********************************************************************************************************************************/
    4344/**
    4445 * Array indexed by the quoting type and 7-bit ASCII character.
  • trunk/src/VBox/Runtime/common/misc/handle.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/handle.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/handletable.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/handletable.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/handletablectx.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/handletable.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/handletablesimple.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/handletable.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/http.h>
    3232#include "internal/iprt.h"
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Structures and Typedefs                                                    *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Structures and Typedefs                                                                                                      *
     49*********************************************************************************************************************************/
    5050typedef struct RTHTTPINTERNAL
    5151{
     
    7474typedef RTHTTPMEMCHUNK *PRTHTTPMEMCHUNK;
    7575
    76 /*******************************************************************************
    77 *   Defined Constants And Macros                                               *
    78 *******************************************************************************/
     76
     77/*********************************************************************************************************************************
     78*   Defined Constants And Macros                                                                                                 *
     79*********************************************************************************************************************************/
    7980#define CURL_FAILED(rcCurl) (RT_UNLIKELY(rcCurl != CURLE_OK))
    8081
  • trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/lockvalidator.h>
    3132#include "internal/iprt.h"
     
    4748
    4849
    49 /*******************************************************************************
    50 *   Defined Constants And Macros                                               *
    51 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Defined Constants And Macros                                                                                                 *
     52*********************************************************************************************************************************/
    5253/** Macro that asserts that a pointer is aligned correctly.
    5354 * Only used when fighting bugs. */
     
    9495
    9596
    96 /*******************************************************************************
    97 *   Structures and Typedefs                                                    *
    98 *******************************************************************************/
     97/*********************************************************************************************************************************
     98*   Structures and Typedefs                                                                                                      *
     99*********************************************************************************************************************************/
    99100/**
    100101 * Deadlock detection stack entry.
     
    226227
    227228
    228 /*******************************************************************************
    229 *   Global Variables                                                           *
    230 *******************************************************************************/
     229/*********************************************************************************************************************************
     230*   Global Variables                                                                                                             *
     231*********************************************************************************************************************************/
    231232/** Serializing object destruction and deadlock detection.
    232233 *
     
    265266
    266267
    267 /*******************************************************************************
    268 *   Internal Functions                                                         *
    269 *******************************************************************************/
     268/*********************************************************************************************************************************
     269*   Internal Functions                                                                                                           *
     270*********************************************************************************************************************************/
    270271static void     rtLockValidatorClassDestroy(RTLOCKVALCLASSINT *pClass);
    271272static uint32_t rtLockValidatorStackDepth(PRTTHREADINT pThread);
  • trunk/src/VBox/Runtime/common/misc/message.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include "internal/iprt.h"
    3132#include <iprt/message.h>
     
    3738
    3839
    39 /*******************************************************************************
    40 *   Global Variables                                                           *
    41 *******************************************************************************/
     40/*********************************************************************************************************************************
     41*   Global Variables                                                                                                             *
     42*********************************************************************************************************************************/
    4243/** The program name we're using. */
    4344static const char * volatile g_pszProgName = NULL;
  • trunk/src/VBox/Runtime/common/misc/once.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/once.h>
    3232#include "internal/iprt.h"
     
    4949
    5050
    51 /*******************************************************************************
    52 *   Global Variables                                                           *
    53 *******************************************************************************/
     51/*********************************************************************************************************************************
     52*   Global Variables                                                                                                             *
     53*********************************************************************************************************************************/
    5454#ifndef RTONCE_NO_TERM
    5555/** For initializing the clean-up list code. */
  • trunk/src/VBox/Runtime/common/misc/req.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/req.h>
    3232#include "internal/iprt.h"
     
    4545
    4646
    47 /*******************************************************************************
    48 *   Internal Functions                                                         *
    49 *******************************************************************************/
     47/*********************************************************************************************************************************
     48*   Internal Functions                                                                                                           *
     49*********************************************************************************************************************************/
    5050
    5151
  • trunk/src/VBox/Runtime/common/misc/reqpool.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/req.h>
    3232#include "internal/iprt.h"
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Defined Constants And Macros                                               *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Defined Constants And Macros                                                                                                 *
     51*********************************************************************************************************************************/
    5252/** The max number of worker threads. */
    5353#define RTREQPOOL_MAX_THREADS           UINT32_C(16384)
     
    5858
    5959
    60 /*******************************************************************************
    61 *   Structures and Typedefs                                                    *
    62 *******************************************************************************/
     60/*********************************************************************************************************************************
     61*   Structures and Typedefs                                                                                                      *
     62*********************************************************************************************************************************/
    6363typedef struct RTREQPOOLTHREAD
    6464{
  • trunk/src/VBox/Runtime/common/misc/reqqueue.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/req.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/common/misc/s3.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/s3.h>
    3232#include "internal/iprt.h"
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151typedef struct RTS3INTERNAL
    5252{
     
    7373
    7474
    75 /*******************************************************************************
    76 *   Defined Constants And Macros                                               *
    77 *******************************************************************************/
     75/*********************************************************************************************************************************
     76*   Defined Constants And Macros                                                                                                 *
     77*********************************************************************************************************************************/
    7878
    7979/** Validates a handle and returns VERR_INVALID_HANDLE if not valid. */
     
    9595
    9696
    97 /*******************************************************************************
    98 *   Private RTS3 helper                                                        *
    99 *******************************************************************************/
     97/*********************************************************************************************************************************
     98*   Private RTS3 helper                                                                                                          *
     99*********************************************************************************************************************************/
    100100
    101101static char* rtS3Host(const char* pszBucket, const char* pszKey, const char* pszBaseUrl)
     
    366366}
    367367
    368 /*******************************************************************************
    369 *   Private XML helper                                                         *
    370 *******************************************************************************/
     368
     369/*********************************************************************************************************************************
     370*   Private XML helper                                                                                                           *
     371*********************************************************************************************************************************/
    371372
    372373static xmlNodePtr rtS3FindNode(xmlNodePtr pNode, const char *pszName)
     
    497498}
    498499
    499 /*******************************************************************************
    500 *   Public RTS3 interface                                                      *
    501 *******************************************************************************/
     500
     501/*********************************************************************************************************************************
     502*   Public RTS3 interface                                                                                                        *
     503*********************************************************************************************************************************/
    502504
    503505RTR3DECL(int) RTS3Create(PRTS3 ppS3, const char* pszAccessKey, const char* pszSecretKey, const char* pszBaseUrl, const char* pszUserAgent /* = NULL */)
  • trunk/src/VBox/Runtime/common/misc/semspingpong.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/semaphore.h>
    3232#include "internal/iprt.h"
     
    3838
    3939
    40 /*******************************************************************************
    41 *   Defined Constants And Macros                                               *
    42 *******************************************************************************/
     40/*********************************************************************************************************************************
     41*   Defined Constants And Macros                                                                                                 *
     42*********************************************************************************************************************************/
    4343/**
    4444 * Validation macro returns if invalid parameter.
  • trunk/src/VBox/Runtime/common/misc/sg.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/sg.h>
    3232#include <iprt/string.h>
  • trunk/src/VBox/Runtime/common/misc/term.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/initterm.h>
    3132#include "internal/iprt.h"
     
    4041
    4142
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4546/** Pointer to a termination callback record. */
    4647typedef struct RTTERMCALLBACKREC *PRTTERMCALLBACKREC;
     
    5960
    6061
    61 /*******************************************************************************
    62 *   Global Variables                                                           *
    63 *******************************************************************************/
     62/*********************************************************************************************************************************
     63*   Global Variables                                                                                                             *
     64*********************************************************************************************************************************/
    6465/** Execute once construct protecting lazy callback initialization. */
    6566static RTONCE               g_InitTermCallbacksOnce = RTONCE_INITIALIZER;
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <iprt/thread.h>
     
    5454
    5555
    56 /*******************************************************************************
    57 *   Defined Constants And Macros                                               *
    58 *******************************************************************************/
     56/*********************************************************************************************************************************
     57*   Defined Constants And Macros                                                                                                 *
     58*********************************************************************************************************************************/
    5959#ifdef IN_RING0
    6060# define RT_THREAD_LOCK_RW()        RTSpinlockAcquire(g_ThreadSpinlock)
     
    7070
    7171
    72 /*******************************************************************************
    73 *   Global Variables                                                           *
    74 *******************************************************************************/
     72/*********************************************************************************************************************************
     73*   Global Variables                                                                                                             *
     74*********************************************************************************************************************************/
    7575/** The AVL thread containing the threads. */
    7676static PAVLPVNODECORE       g_ThreadTree;
     
    8888
    8989
    90 /*******************************************************************************
    91 *   Internal Functions                                                         *
    92 *******************************************************************************/
     90/*********************************************************************************************************************************
     91*   Internal Functions                                                                                                           *
     92*********************************************************************************************************************************/
    9393static void rtThreadDestroy(PRTTHREADINT pThread);
    9494#ifdef IN_RING3
  • trunk/src/VBox/Runtime/common/misc/uri.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/uri.h>
    3232
     
    4848
    4949
    50 /*******************************************************************************
    51 *   Private RTUri helper                                                        *
    52 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Private RTUri helper                                                                                                         *
     52*********************************************************************************************************************************/
    5353
    5454/* The following defines characters which have to be % escaped:
     
    291291}
    292292
    293 /*******************************************************************************
    294 *   Public RTUri interface                                                     *
    295 *******************************************************************************/
    296 
    297 /*******************************************************************************
    298 *   Generic Uri methods                                                        *
    299 *******************************************************************************/
     293
     294/*********************************************************************************************************************************
     295*   Public RTUri interface                                                                                                       *
     296*********************************************************************************************************************************/
     297
     298
     299/*********************************************************************************************************************************
     300*   Generic Uri methods                                                                                                          *
     301*********************************************************************************************************************************/
    300302
    301303RTR3DECL(char *) RTUriCreate(const char *pszScheme, const char *pszAuthority, const char *pszPath, const char *pszQuery, const char *pszFragment)
     
    578580}
    579581
    580 /*******************************************************************************
    581 *   File Uri methods                                                           *
    582 *******************************************************************************/
     582
     583/*********************************************************************************************************************************
     584*   File Uri methods                                                                                                             *
     585*********************************************************************************************************************************/
    583586
    584587RTR3DECL(char *) RTUriFileCreate(const char *pszPath)
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