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/vfs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/vfs/vfsbase.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232#include <iprt/vfslowlevel.h>
     
    4747
    4848
    49 /*******************************************************************************
    50 *   Defined Constants And Macros                                               *
    51 *******************************************************************************/
     49/*********************************************************************************************************************************
     50*   Defined Constants And Macros                                                                                                 *
     51*********************************************************************************************************************************/
    5252/** The instance data alignment. */
    5353#define RTVFS_INST_ALIGNMENT        16U
     
    122122
    123123
    124 /*******************************************************************************
    125 *   Structures and Typedefs                                                    *
    126 *******************************************************************************/
     124/*********************************************************************************************************************************
     125*   Structures and Typedefs                                                                                                      *
     126*********************************************************************************************************************************/
    127127/** @todo Move all this stuff to internal/vfs.h */
    128128
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232#include <iprt/vfslowlevel.h>
     
    4949
    5050
    51 /*******************************************************************************
    52 *   Global Variables                                                           *
    53 *******************************************************************************/
     51/*********************************************************************************************************************************
     52*   Global Variables                                                                                                             *
     53*********************************************************************************************************************************/
    5454/** Init the critical section once. */
    5555static RTONCE       g_rtVfsChainElementInitOnce;
  • trunk/src/VBox/Runtime/common/vfs/vfsiosmisc.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232#include <iprt/vfslowlevel.h>
  • trunk/src/VBox/Runtime/common/vfs/vfsmemory.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "internal/iprt.h"
    3232#include <iprt/vfs.h>
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Header Files                                                               *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Header Files                                                                                                                 *
     47*********************************************************************************************************************************/
    4848#include "internal/iprt.h"
    4949#include <iprt/vfs.h>
     
    5353
    5454
    55 /*******************************************************************************
    56 *   Defined Constants And Macros                                               *
    57 *******************************************************************************/
     55/*********************************************************************************************************************************
     56*   Defined Constants And Macros                                                                                                 *
     57*********************************************************************************************************************************/
    5858/** The max extent size. */
    5959#define RTVFSMEM_MAX_EXTENT_SIZE    _2M
    6060
    6161
    62 /*******************************************************************************
    63 *   Structures and Typedefs                                                    *
    64 *******************************************************************************/
     62/*********************************************************************************************************************************
     63*   Structures and Typedefs                                                                                                      *
     64*********************************************************************************************************************************/
    6565
    6666/**
  • trunk/src/VBox/Runtime/common/vfs/vfsmisc.cpp

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

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/vfs.h>
    3232#include <iprt/vfslowlevel.h>
     
    3838
    3939
    40 /*******************************************************************************
    41 *   Structures and Typedefs                                                    *
    42 *******************************************************************************/
     40/*********************************************************************************************************************************
     41*   Structures and Typedefs                                                                                                      *
     42*********************************************************************************************************************************/
    4343/**
    4444 * Private data of a standard file.
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