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

Breakpad Migration

parent cfe5c372
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>SY2527Channel-${aol}-${mode}</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>nar</packaging>
<name>SY2527Channel</name>
<description>SY2527Channel device</description>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY2527Channel/src/main.cpp,v 1.2 2007-09-05 09:41:37 sebleport Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Instrumentation/SY2527Channel/src/main.cpp,v 1.3 2010-10-06 21:44:50 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: sebleport $
// $Author: vince_soleil $
//
// $Revision: 1.2 $ $
// $Revision: 1.3 $ $
//
// $Log: not supported by cvs2svn $
// Revision 1.2 2007/09/05 09:41:37 sebleport
// the command and attribute code has been implemeted
//
//
// 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