Reindentato invio SISPAC

git-svn-id: svn://10.65.10.50/branches/R_10_00@22665 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2012-05-23 14:44:56 +00:00
parent a9c5f00128
commit 41582a974e
2 changed files with 5 additions and 10 deletions

View File

@ -13,7 +13,6 @@ int main(int argc, char** argv)
case 3: tc9400(argc,argv); break; // esiste dalla 4.0 Tabelle Sispac/Cosmo
default: tc9100(argc,argv); break;
}
exit(0);
return 0;
}

View File

@ -733,7 +733,6 @@ class TInvioSispac : public TSkeleton_application
TDate _dataini, _datafin;
TRiclassifica_cache * _tabelle;
protected:
virtual bool create(void);
virtual bool destroy(void);
@ -788,6 +787,7 @@ const TString & TInvioSispac::scod2ricl(const char* tab, const TString& cod)
}
return codricl;
}
const TString & TInvioSispac::scod2caucf(const TString& cod)
{
if (cod.full())
@ -816,23 +816,19 @@ const TString & TInvioSispac::scod2caugiro(const TString& cod)
const TString & TInvioSispac::scod2caucon(const TString& cod)
{
TString& codricl = get_tmp_string();
if (cod.full())
codricl = _tabelle->sdecode_caucon(cod);
return codricl;
}
const TString & TInvioSispac::scod2sezcon(const TString& cod)
{
TString& codricl = get_tmp_string();
if (cod.full())
codricl = _tabelle->sdecode_sezcon(cod);
return codricl;
}
const TString & TInvioSispac::scod2contov(const TString& cod)
{
TString & codricl = get_tmp_string();