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

Breakpad Migration

parent ba35733b
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>FemtoCurrentAmplifier-${aol}-${mode}</artifactId> <artifactId>FemtoCurrentAmplifier-${aol}-${mode}</artifactId>
<version>1.3.4</version> <version>1.3.5</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>FemtoCurrentAmplifier</name> <name>FemtoCurrentAmplifier</name>
<!-- use for the name of executable --> <!-- use for the name of executable -->
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/main.cpp,v 1.1 2006-05-17 16:15:26 stephle Exp $"; static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/Femto/src/main.cpp,v 1.2 2010-10-06 21:21:54 vince_soleil Exp $";
//+============================================================================= //+=============================================================================
// //
// file : main.cpp // file : main.cpp
...@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio ...@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
// //
// 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 $
// //
...@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio ...@@ -30,11 +30,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
#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