Skip to content
Snippets Groups Projects
Commit 570c8006 authored by Sonia Minolli's avatar Sonia Minolli
Browse files

Created tag release_1_0_5.

parent 21cc2f18
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>Spectrometer-${aol}-${mode}</artifactId> <artifactId>Spectrometer-${aol}-${mode}</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.0.5</version>
<packaging>nar</packaging> <packaging>nar</packaging>
......
...@@ -10,17 +10,20 @@ static const char *RcsId = "$Id $"; ...@@ -10,17 +10,20 @@ static const char *RcsId = "$Id $";
// //
// project : TANGO Device Server // project : TANGO Device Server
// //
// $Author: olivierroux $ // $Author: pascal_verdier $
// //
// $Revision: 1.1 $ $ // $Revision: 13293 $ $
// $Date: 2013-02-07 10:44:54 $ // $Date: 2009-04-07 12:53:56 +0200 (Tue, 07 Apr 2009) $
// //
// SVN only: // SVN only:
// $HeadURL: $ // $HeadURL: $
// //
// CVS only: // CVS only:
// $Source: /users/chaize/newsvn/cvsroot/Instrumentation/Spectrometer/src/main.cpp,v $ // $Source$
// $Log: not supported by cvs2svn $ // $Log$
// Revision 3.2 2004/09/06 09:27:05 pascal_verdier
// Modified for Tango 5 compatibility.
//
// //
// copyleft : European Synchrotron Radiation Facility // copyleft : European Synchrotron Radiation Facility
// BP 220, Grenoble 38043 // BP 220, Grenoble 38043
...@@ -36,11 +39,20 @@ static const char *RcsId = "$Id $"; ...@@ -36,11 +39,20 @@ static const char *RcsId = "$Id $";
#include <tango.h> #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[]) int main(int argc,char *argv[])
{ {
INSTALL_CRASH_HANDLER;
Tango::Util *tg; Tango::Util *tg = 0;
try try
{ {
// Initialise the device server // 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