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

Breakpad Migration

parent c99f0c7d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>ContinuousAO-${aol}-${mode}</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>nar</packaging>
<name>ContinuousAO</name>
<description>ContinuousAO device</description>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/main.cpp,v 1.3 2010-03-10 16:25:54 vince_soleil Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/main.cpp,v 1.4 2010-10-06 20:27:45 vince_soleil Exp $";
//+=============================================================================
//
// file : main.cpp
......@@ -12,9 +12,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// $Author: vince_soleil $
//
// $Revision: 1.3 $ $
// $Revision: 1.4 $ $
//
// $Log: not supported by cvs2svn $
// Revision 1.3 2010/03/10 16:25:54 vince_soleil
// fix Tango7 migration
//
// Revision 1.2 2005/02/09 08:47:43 abeilleg
// changes to compil with gcc.
//
......@@ -36,11 +39,21 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
#include <tango.h>
#include <ace/ACE.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