Skip to content
Snippets Groups Projects
Commit e0dd4890 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

Breakpad Migration

parent ce9083e1
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>Steerer-${aol}-${mode}</artifactId> <artifactId>Steerer-${aol}-${mode}</artifactId>
<version>3.0.9</version> <version>3.0.10</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>steerer</name> <!-- use for the name of executable --> <name>steerer</name> <!-- use for the name of executable -->
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steerer/src/main.cpp,v 1.1 2009-02-17 12:16:13 stephle Exp $"; static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steerer/src/main.cpp,v 1.2 2010-10-06 21:44:34 vince_soleil Exp $";
//+============================================================================= //+=============================================================================
// //
// file : main.cpp // file : main.cpp
...@@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steer ...@@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steer
// //
// project : TANGO Device Server // project : TANGO Device Server
// //
// $Author: stephle $ // $Author: vince_soleil $
// //
// $Revision: 1.1 $ $ // $Revision: 1.2 $ $
// //
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// Revision 1.1 2009/02/17 12:16:13 stephle
// initial import
//
// //
// copyleft : European Synchrotron Radiation Facility // copyleft : European Synchrotron Radiation Facility
// BP 220, Grenoble 38043 // BP 220, Grenoble 38043
...@@ -30,11 +33,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steer ...@@ -30,11 +33,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/BeamDiag/Steer
#include <tango.h> #include <tango.h>
#if defined(ENABLE_CRASH_REPORT)
# include <crashreporting/crash_report.h>
#else
# define DECLARE_CRASH_HANDLER
# define INSTALL_CRASH_HANDLER
#endif
DECLARE_CRASH_HANDLER;
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
INSTALL_CRASH_HANDLER;
Tango::Util *tg; Tango::Util *tg = 0;
try try
{ {
// Initialise the device server // Initialise the device server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment