Changeset 88124 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Mar 15, 2021 5:46:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restclient.h
r86681 r88124 719 719 /** @} */ 720 720 721 /** 722 * Sets the CA file to use for HTTPS. 723 */ 724 int setCAFile(const char *pcszCAFile) RT_NOEXCEPT; 725 /** @overload */ 726 int setCAFile(const RTCString &strCAFile) RT_NOEXCEPT; 727 721 728 /** Flags to doCall. */ 722 729 enum … … 731 738 /** The server URL to use. If empty use the default. */ 732 739 RTCString m_strServerUrl; 740 /** The CA file to use. If empty use the default. */ 741 RTCString m_strCAFile; 733 742 734 743 /* Make non-copyable (RTCNonCopyable causes warnings): */
Note:
See TracChangeset
for help on using the changeset viewer.