Changeset 86681 in vbox for trunk/include/iprt
- Timestamp:
- Oct 22, 2020 11:36:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 141059
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restclient.h
r85121 r86681 348 348 349 349 /** 350 * Getter for the operation name. Provided by the generated 351 * subclasses so that base class code may use it for more 352 * informative logs. 353 */ 354 virtual const char *getOperationName() const RT_NOEXCEPT = 0; 355 356 /** 350 357 * Prepares the HTTP handle for transmitting this request. 351 358 * … … 473 480 474 481 /** 482 * Getter for the operation name. Provided by the generated 483 * subclasses so that base class code may use it for more 484 * informative logs. 485 */ 486 virtual const char *getOperationName() const RT_NOEXCEPT = 0; 487 488 /** 475 489 * Prepares the HTTP handle for receiving the response. 476 490 *
Note:
See TracChangeset
for help on using the changeset viewer.