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/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.

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