Discard shared references to Record objects held by this observer.
Synopsis
Declared in <ball_fileobserver.h>
virtual
void
releaseRecords() override;
Description
Discard any shared references to Record objects that were supplied to the publish method, and are held by this observer. Note that this operation should be called if resources underlying the previously provided shared pointers must be released.
Created with MrDocs