Skip to content
Snippets Groups Projects
Commit 5f0faec6 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

delete_device added in dtor

parent 22590809
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,12 @@
//
// $Author: abeilleg $
//
// $Revision: 1.5 $
// $Revision: 1.6 $
//
// $Log: not supported by cvs2svn $
// Revision 1.5 2004/09/30 13:23:58 abeilleg
// minor changes.
//
// Revision 1.4 2004/09/22 08:34:52 abeilleg
// respect to Soleil nomenclature added.
//
......@@ -48,7 +51,7 @@
/**
* @author $Author: abeilleg $
* @version $Revision: 1.5 $ $
* @version $Revision: 1.6 $ $
*/
// Add your own constants definitions here.
......@@ -176,7 +179,7 @@ public :
/**
* The object desctructor.
*/
~SingleShotDIO() {};
~SingleShotDIO() {delete_device();};
/**
* will be called at device destruction or at init command.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment