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

Breakpad Migration

parent d02dc280
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>SimulatedMotor-${aol}-${mode}</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>nar</packaging>
<name>SimulatedMotor</name> <!-- use for the name of executable -->
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Axis/SimulatedDevice/SimulatedMotor/src/main.cpp,v 1.8 2009-09-24 12:15:43 anoureddine Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Axis/SimulatedDevice/SimulatedMotor/src/main.cpp,v 1.9 2010-10-06 21:42:54 vince_soleil Exp $";
//+=============================================================================
//
// file : main.cpp
......@@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Axis/Si
//
// project : TANGO Device Server
//
// $Author: anoureddine $
// $Author: vince_soleil $
//
// $Revision: 1.8 $ $
// $Revision: 1.9 $ $
//
// $Log: not supported by cvs2svn $
// Revision 1.8 2009/09/24 12:15:43 anoureddine
// Add pom.xml file
//
// Revision 1.7 2009/05/29 08:49:03 anoureddine
// - Allow Stop command when state is OFF
//
......@@ -60,11 +63,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Axis/Si
#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