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

Breakpad Migration

parent 6ef2ebe5
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>ImgCalibration-${aol}-${mode}</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<packaging>nar</packaging>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/ImgCalibration/src/main.cpp,v 1.1 2007-01-09 15:41:36 stephle Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/ImgCalibration/src/main.cpp,v 1.2 2010-10-06 21:26:00 vince_soleil Exp $";
//+=============================================================================
//
// file : main.cpp
......@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/Im
//
// project : TANGO Device Server
//
// $Author: stephle $
// $Author: vince_soleil $
//
// $Revision: 1.1 $ $
// $Revision: 1.2 $ $
//
// $Log: not supported by cvs2svn $
//
......@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Calculation/Im
#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[])
{
INSTALL_CRASH_HANDLER;
Tango::Util *tg;
Tango::Util *tg = 0;
try
{
// 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