Libbarrett
1.2.4
|
00001 /* 00002 Copyright 2009-2014 Barrett Technology <support@barrett.com> 00003 00004 This file is part of libbarrett. 00005 00006 This version of libbarrett is free software: you can redistribute it 00007 and/or modify it under the terms of the GNU General Public License as 00008 published by the Free Software Foundation, either version 3 of the 00009 License, or (at your option) any later version. 00010 00011 This version of libbarrett is distributed in the hope that it will be 00012 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 GNU General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License along 00017 with this version of libbarrett. If not, see 00018 <http://www.gnu.org/licenses/>. 00019 00020 */ 00021 00030 #ifndef BARRETT_EXCEPTION_H_ 00031 #define BARRETT_EXCEPTION_H_ 00032 00033 00034 namespace barrett { 00035 00042 void installExceptionHandler(); 00043 00044 00045 } 00046 00047 00048 #endif /* BARRETT_EXCEPTION_H_ */