Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TErrorDefaultHandler.hxx
Go to the documentation of this file.
1// @(#)root/thread:$Id$
2// Author: Jakob Blomer, June 2020
3
4/*************************************************************************
5 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TErrorDefaultHandler
13#define ROOT_TErrorDefaultHandler
14
15namespace ROOT {
16namespace Internal {
17
18/// Destructs resources that are taken by using the default error handler.
19/// This function is called during the destruction of gROOT.
21
22}
23}
24
25#endif
void ReleaseDefaultErrorHandler()
Destructs resources that are taken by using the default error handler.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.