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

Breakpad Migration

parent 730be9cb
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>MechanicalGenericBender-${aol}-${mode}</artifactId> <artifactId>MechanicalGenericBender-${aol}-${mode}</artifactId>
<version>1.0.13</version> <version>1.0.14</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>MechanicalGenericBender</name> <name>MechanicalGenericBender</name>
<!-- use for the name of executable --> <!-- use for the name of executable -->
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/MechanicalGenericBender/src/main.cpp,v 1.6 2007-07-23 15:18:33 stephpsoleil Exp $"; static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/MechanicalGenericBender/src/main.cpp,v 1.7 2010-10-06 21:31:03 vince_soleil Exp $";
//+============================================================================= //+=============================================================================
// //
// file : main.cpp // file : main.cpp
...@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Mechani ...@@ -10,9 +10,9 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Mechani
// //
// project : TANGO Device Server // project : TANGO Device Server
// //
// $Author: stephpsoleil $ // $Author: vince_soleil $
// //
// $Revision: 1.6 $ $ // $Revision: 1.7 $ $
// //
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// //
...@@ -38,11 +38,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Mechani ...@@ -38,11 +38,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Mechani
#include <tango.h> #include <tango.h>
#pragma warning( pop ) #pragma warning( pop )
#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