BloombergLP::bsls::Review::setViolationHandler

Install the specified violation handler as the current review handler.

Synopsis

Declared in <bsls_review.h>

static
void
setViolationHandler(Review::ViolationHandler function);

Description

Make the specified handler function the current review-failure handler. This method has no effect if the lockReviewAdministration method has been called.

Parameters

NameDescription
functionviolation handler to install