Changeset 79411 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Jun 28, 2019 12:02:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restclient.h
r76585 r79411 708 708 enum 709 709 { 710 kDoCall_OciReqSignExcludeBody = 1 /**< Exclude the body when doing OCI request signing. */ 710 kDoCall_OciReqSignExcludeBody = 1, /**< Exclude the body when doing OCI request signing. */ 711 kDoCall_RequireBody = 2 /**< The body is required. */ 711 712 }; 712 713
Note:
See TracChangeset
for help on using the changeset viewer.