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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp

    r44529 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DEFAULT /** @todo log group */
    2323#include <iprt/types.h>
     
    5555
    5656
    57 /*******************************************************************************
    58 *   Structures and Typedefs                                                    *
    59 *******************************************************************************/
     57/*********************************************************************************************************************************
     58*   Structures and Typedefs                                                                                                      *
     59*********************************************************************************************************************************/
    6060/**
    6161 * Node type.
     
    154154
    155155
    156 /*******************************************************************************
    157 *   Global Variables                                                           *
    158 *******************************************************************************/
     156/*********************************************************************************************************************************
     157*   Global Variables                                                                                                             *
     158*********************************************************************************************************************************/
    159159/** The root of the file hierarchy. */
    160160static VBOXFUSEDIR     *g_pTreeRoot;
     
    163163
    164164
    165 /*******************************************************************************
    166 *   Internal Functions                                                         *
    167 *******************************************************************************/
     165/*********************************************************************************************************************************
     166*   Internal Functions                                                                                                           *
     167*********************************************************************************************************************************/
    168168static int vboxfuseTreeLookupParent(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
    169169static int vboxfuseTreeLookupParentForInsert(const char *pszPath, const char **ppszName, PVBOXFUSEDIR *ppDir);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette