Kaydet (Commit) ef27734b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS c07v013_SRC680 (1.10.262); FILE MERGED

2007/06/21 12:51:57 sb 1.10.262.1: #b6550116# Added rtl_UriEncodeStrictKeepEscapes.
üst 03625e16
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: uri.h,v $ * $RCSfile: uri.h,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 14:43:55 $ * last change: $Author: rt $ $Date: 2007-07-03 14:19:53 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -172,6 +172,13 @@ typedef enum ...@@ -172,6 +172,13 @@ typedef enum
*/ */
rtl_UriEncodeStrict, rtl_UriEncodeStrict,
/** Like rtl_UriEncodeKeepEscapes, but indicating failure when converting
unmappable characters.
@since UDK 3.2.7
*/
rtl_UriEncodeStrictKeepEscapes,
rtl_UriEncode_FORCE_EQUAL_SIZE = SAL_MAX_ENUM rtl_UriEncode_FORCE_EQUAL_SIZE = SAL_MAX_ENUM
} }
rtl_UriEncodeMechanism; rtl_UriEncodeMechanism;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment