Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/misc/uri.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/uri.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/uri.h> 32 32 … … 48 48 49 49 50 /******************************************************************************* 51 * Private RTUri helper *52 ******************************************************************************* /50 /********************************************************************************************************************************* 51 * Private RTUri helper * 52 *********************************************************************************************************************************/ 53 53 54 54 /* The following defines characters which have to be % escaped: … … 291 291 } 292 292 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 *********************************************************************************************************************************/ 300 302 301 303 RTR3DECL(char *) RTUriCreate(const char *pszScheme, const char *pszAuthority, const char *pszPath, const char *pszQuery, const char *pszFragment) … … 578 580 } 579 581 580 /******************************************************************************* 581 * File Uri methods * 582 *******************************************************************************/ 582 583 /********************************************************************************************************************************* 584 * File Uri methods * 585 *********************************************************************************************************************************/ 583 586 584 587 RTR3DECL(char *) RTUriFileCreate(const char *pszPath)
Note:
See TracChangeset
for help on using the changeset viewer.