X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..1d04f47ddcc46f37eca622ca5a343c7197115990:/src/xbt/ex_interface.h diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index 56d3dbc18d..3c7599e5f3 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -1,8 +1,9 @@ /* ex -- exception handling */ /* This file is to loaded in any location defining exception handlers */ -/* (such as context.c) or in gras transport layer, to exchange them. */ +/* (such as context.c), to exchange them. */ -/* Copyright (c) 2003, 2004, 2007 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -10,11 +11,18 @@ #ifndef _XBT_EX_INTERFACE_H_ #define _XBT_EX_INTERFACE_H_ -#include "xbt/ex.h" -/* The display made by an uncatched exception */ -void xbt_ex_display(xbt_ex_t * e); +#include -/* Change raw libc symbols to file names and line numbers */ -void xbt_ex_setup_backtrace(xbt_ex_t * e); +#include +#include -#endif /* _XBT_EX_INTERFACE_H_ */ +#include "xbt/base.h" +#include "xbt/backtrace.h" + +namespace simgrid { +namespace xbt { + +} +} + +#endif /* _XBT_EX_INTERFACE_H_ */