eoCtrlCcontinue had a few remaining errors :-(
This commit is contained in:
parent
3d757e3243
commit
27691b21fd
2 changed files with 4 additions and 3 deletions
|
|
@ -27,8 +27,8 @@
|
|||
#include <stream.h>
|
||||
|
||||
// --- Global variables - but don't know what else to do - MS ---
|
||||
static bool arret_demande = false;
|
||||
static bool existCtrlCContinue = false;
|
||||
bool arret_demande = false;
|
||||
bool existCtrlCContinue = false;
|
||||
|
||||
//
|
||||
// The signal handler - installed in the eoCtrlCContinue Ctor
|
||||
|
|
|
|||
|
|
@ -30,9 +30,10 @@
|
|||
#ifndef eoCtrlCContinue_h
|
||||
#define eoCtrlCContinue_h
|
||||
|
||||
#include <signal.h>
|
||||
#include <eoContinue.h>
|
||||
|
||||
extern bool arret_demande, existCtrlCContinue;
|
||||
extern bool arret_demande, existCtrlCContinue;
|
||||
|
||||
extern void signal_handler( int sig );
|
||||
|
||||
|
|
|
|||
Reference in a new issue