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

Breakpad Migration

parent c6853e2a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>MassFlowController-${aol}-${mode}</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>nar</packaging>
<name>MassFlowController</name>
<description>MassFlowController device</description>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/MassFlowController/BROOKS_5850E/src/main.cpp,v 1.1.1.1 2005-11-29 15:48:11 syldup Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/MassFlowController/BROOKS_5850E/src/main.cpp,v 1.2 2010-10-06 20:26:31 vince_soleil Exp $";
//+=============================================================================
//
// file : main.cpp
......@@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
//
// project : TANGO Device Server
//
// $Author: syldup $
// $Author: vince_soleil $
//
// $Revision: 1.1.1.1 $ $
// $Revision: 1.2 $ $
//
// $Log: not supported by cvs2svn $
// Revision 1.1.1.1 2005/11/29 15:48:11 syldup
// intial import
//
//
// copyleft : European Synchrotron Radiation Facility
// BP 220, Grenoble 38043
......@@ -30,11 +33,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentatio
#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