name of variables in english ; use the eo::log instead of cerr ; doc grouping
This commit is contained in:
parent
8e70cbea01
commit
44d1ab1bc2
2 changed files with 13 additions and 5 deletions
|
|
@ -38,7 +38,7 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
extern bool arret_demande, existCtrlCContinue;
|
||||
extern bool ask_for_stop, existCtrlCContinue;
|
||||
|
||||
extern void signal_handler( int sig );
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ public:
|
|||
virtual bool operator() ( const eoPop<EOT>& _vEO )
|
||||
{
|
||||
(void)_vEO;
|
||||
if (arret_demande)
|
||||
if (ask_for_stop)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue