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

Breakpad Migration

parent e81e6d1c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>SY900S_group-${aol}-${mode}</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<packaging>nar</packaging>
<name>SY900S_Group</name>
<description>SY900S_group device</description>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_group/src/main.cpp,v 1.1.1.1 2006-08-02 07:49:52 stephle Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY900S_group/src/main.cpp,v 1.2 2010-10-06 21:45:56 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: stephle $
// $Author: vince_soleil $
//
// $Revision: 1.1.1.1 $ $
// $Revision: 1.2 $ $
//
// $Log: not supported by cvs2svn $
// Revision 1.1.1.1 2006/08/02 07:49:52 stephle
// initial 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