VirtualBox

Changeset 69434 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Oct 27, 2017 3:48:25 PM (7 years ago)
Author:
vboxsync
Message:

Runtime: scm updates

Location:
trunk/src/VBox/Runtime/tools
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTCat.cpp

    r69046 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232
     
    4242
    4343
    44 /*******************************************************************************
    45 *   Structures and Typedefs                                                    *
    46 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    4747/**
    4848 * CAT command options.
     
    306306}
    307307
    308 
  • trunk/src/VBox/Runtime/tools/RTDbgSymCache.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/zip.h>
    3232
     
    4848
    4949
    50 /*******************************************************************************
    51 *   Structures and Typedefs                                                    *
    52 *******************************************************************************/
     50/*********************************************************************************************************************************
     51*   Structures and Typedefs                                                                                                      *
     52*********************************************************************************************************************************/
    5353/**
    5454 * Cache file type.
     
    8181
    8282
    83 /*******************************************************************************
    84 *   Global Variables                                                           *
    85 *******************************************************************************/
     83/*********************************************************************************************************************************
     84*   Global Variables                                                                                                             *
     85*********************************************************************************************************************************/
    8686/** Bundle suffixes. */
    8787static const char * const g_apszBundleSuffixes[] =
     
    144144
    145145
    146 /*******************************************************************************
    147 *   Internal Functions                                                         *
    148 *******************************************************************************/
     146/*********************************************************************************************************************************
     147*   Internal Functions                                                                                                           *
     148*********************************************************************************************************************************/
    149149static int rtDbgSymCacheAddDirWorker(char *pszPath, size_t cchPath, PRTDIRENTRYEX pDirEntry, PCRTDBGSYMCACHEADDCFG pCfg);
    150150
  • trunk/src/VBox/Runtime/tools/RTGzip.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/zip.h>
    3232
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Gzip command options.
  • trunk/src/VBox/Runtime/tools/RTHttp.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/http.h>
    3232
     
    155155}
    156156
    157 
  • trunk/src/VBox/Runtime/tools/RTIsoMaker.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/fsisomaker.h>
    3232#include <iprt/err.h>
  • trunk/src/VBox/Runtime/tools/RTKrnlModInfo.cpp

    r67284 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/krnlmod.h>
    3232
     
    8383}
    8484
    85 
  • trunk/src/VBox/Runtime/tools/RTLdrFlt.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/mem.h>
    3232#include <iprt/assert.h>
  • trunk/src/VBox/Runtime/tools/RTLs.cpp

    r69051 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232
     
    4444
    4545
    46 /*******************************************************************************
    47 *   Structures and Typedefs                                                    *
    48 *******************************************************************************/
     46/*********************************************************************************************************************************
     47*   Structures and Typedefs                                                                                                      *
     48*********************************************************************************************************************************/
    4949/**
    5050 * Display entry.
  • trunk/src/VBox/Runtime/tools/RTManifest.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/manifest.h>
    3232
  • trunk/src/VBox/Runtime/tools/RTNtDbgHelp.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/win/windows.h>
    3232#include <Dbghelp.h>
     
    5151
    5252
    53 /*******************************************************************************
    54 *   Structures and Typedefs                                                    *
    55 *******************************************************************************/
     53/*********************************************************************************************************************************
     54*   Structures and Typedefs                                                                                                      *
     55*********************************************************************************************************************************/
    5656/**
    5757 * Debug module record.
     
    7474
    7575
    76 /*******************************************************************************
    77 *   Global Variables                                                           *
    78 *******************************************************************************/
     76/*********************************************************************************************************************************
     77*   Global Variables                                                                                                             *
     78*********************************************************************************************************************************/
    7979/** Verbosity level. */
    8080static int          g_iOptVerbose = 1;
  • trunk/src/VBox/Runtime/tools/RTRm.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/path.h>
    3232#include <iprt/err.h>
     
    4343}
    4444
    45 
  • trunk/src/VBox/Runtime/tools/RTShutdown.cpp

    r69111 r69434  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/system.h>
    3132
  • trunk/src/VBox/Runtime/tools/RTSignTool.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/assert.h>
    3232#include <iprt/buildconfig.h>
     
    6060
    6161
    62 /*******************************************************************************
    63 *   Structures and Typedefs                                                    *
    64 *******************************************************************************/
     62/*********************************************************************************************************************************
     63*   Structures and Typedefs                                                                                                      *
     64*********************************************************************************************************************************/
    6565/** Help detail levels. */
    6666typedef enum RTSIGNTOOLHELP
     
    125125
    126126
    127 /*******************************************************************************
    128 *   Internal Functions                                                         *
    129 *******************************************************************************/
     127/*********************************************************************************************************************************
     128*   Internal Functions                                                                                                           *
     129*********************************************************************************************************************************/
    130130static RTEXITCODE HandleHelp(int cArgs, char **papszArgs);
    131131static RTEXITCODE HelpHelp(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel);
     
    25932593}
    25942594
    2595 
  • trunk/src/VBox/Runtime/tools/RTTar.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/zip.h>
    3232#include <iprt/err.h>
  • trunk/src/VBox/Runtime/tools/RTUnzip.cpp

    r69111 r69434  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/zip.h>
    3232#include <iprt/err.h>
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