Changes between Version 4 and Version 5 of FDORfc56
- Timestamp:
- 03/27/11 22:57:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc56
v4 v5 97 97 FdoString* userName, 98 98 FdoString* passwd, 99 FdoString* proxy Url= NULL,99 FdoString* proxyHost = NULL, 100 100 FdoString* proxyPort = NULL, 101 FdoString* proxyUsername = NULL 101 FdoString* proxyUsername = NULL, 102 FdoString* proxyPassword = NULL 102 103 ) 103 104 }; … … 116 117 FdoString* userName, 117 118 FdoString* passwd, 118 FdoString* proxy Url= NULL,119 FdoString* proxyHost = NULL, 119 120 FdoString* proxyPort = NULL, 120 FdoString* proxyUsername = NULL 121 FdoString* proxyUsername = NULL, 122 FdoString* proxyPassword = NULL 121 123 ) 122 124 }; 123 125 }}} 124 126 125 The proxy Url, proxyPort, proxyUsernameall have the NULL as their default value. Their parent constructor !FdoOwsDelegate will be called to pass the proxy settings.127 The proxyHost, proxyPort, proxyUsername and proxyPassword all have the NULL as their default value. Their parent constructor !FdoOwsDelegate will be called to pass the proxy settings. 126 128 127 129 == Implications ==