VirtualBox

Changeset 57825 in vbox for trunk/include


Ignore:
Timestamp:
Sep 18, 2015 10:35:41 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102774
Message:

IPRT: Removed deprecated RTUriPath().

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mangling.h

    r57822 r57825  
    18741874# define RTUriParsedQuery                               RT_MANGLER(RTUriParsedQuery)
    18751875# define RTUriIsSchemeMatch                             RT_MANGLER(RTUriIsSchemeMatch)
    1876 # define RTUriPath                                      RT_MANGLER(RTUriPath)
    18771876# define RTUtf16AllocTag                                RT_MANGLER(RTUtf16AllocTag)
    18781877# define RTUtf16CalcLatin1Len                           RT_MANGLER(RTUtf16CalcLatin1Len)
  • trunk/include/iprt/uri.h

    r57723 r57825  
    255255RTDECL(bool)   RTUriIsSchemeMatch(const char *pszUri, const char *pszScheme);
    256256
    257 /**
    258  * Extract the path out of an URI.
    259  *
    260  * @returns the path if the URI contains one, NULL otherwise.
    261  * @param   pszUri              The URI to extract from.
    262  * @deprecated
    263  */
    264 RTDECL(char *) RTUriPath(const char *pszUri);
    265 
    266 
    267257/** @defgroup grp_rt_uri_file   RTUriFile - Uri file parsing and creation
    268258 *
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