Patch level :2.0 AVIS nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :eliminate le delete di TIsamtempfiles usati in relazioni: piantavano l
programma in uscita dall'applicazione.Aggiunti commenti nell'at7.cpp x identificare le
chiamate dei sottoprogrammi.


git-svn-id: svn://10.65.10.50/trunk@11549 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2003-10-30 10:55:36 +00:00
parent 617e1dfb43
commit a7a4af2659
3 changed files with 8 additions and 10 deletions

View File

@ -15,21 +15,21 @@ int main(int argc,char** argv)
switch (r)
{
case 0:
rt = at7100(argc,argv) ; break;
rt = at7100(argc,argv) ; break; //stampa tessere associative complessive
case 1:
rt = at7200(argc,argv) ; break;
rt = at7200(argc,argv) ; break; //stampa tessere singole
case 2:
rt = at7300(argc,argv) ; break;
rt = at7300(argc,argv) ; break; //stampe singole
case 3:
rt = at7400(argc,argv) ; break;
rt = at7400(argc,argv) ; break; //stampe per codice
case 4:
rt = at7500(argc,argv) ; break;
rt = at7500(argc,argv) ; break; //soggetti selezionabili per dati statistici
case 5:
rt = at7600(argc,argv) ; break;
rt = at7600(argc,argv) ; break; //soggetti per consenso
case 6:
rt = at7700(argc,argv) ; break;
rt = at7700(argc,argv) ; break; //soggetti non domiciliati nel comune di sezione
case 7:
rt = at7800(argc,argv) ; break;
rt = at7800(argc,argv) ; break; //stampa controllo soggetti incompleti
default:
error_box(usage, argv[0]) ; break;
}

View File

@ -456,7 +456,6 @@ bool TStampaTessereS::user_destroy()
delete _form_pag;
delete _msk;
delete _rel;
delete _sogtmp;
//printer().read_configuration();
return TRUE;
}

View File

@ -518,7 +518,6 @@ bool TStampeSingole::user_destroy()
delete _benem;
delete _donaz;
delete _rel;
delete _sogtmp;
return TRUE;
}