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:
parent
a9c5f00128
commit
41582a974e
@ -13,7 +13,6 @@ int main(int argc, char** argv)
|
|||||||
case 3: tc9400(argc,argv); break; // esiste dalla 4.0 Tabelle Sispac/Cosmo
|
case 3: tc9400(argc,argv); break; // esiste dalla 4.0 Tabelle Sispac/Cosmo
|
||||||
default: tc9100(argc,argv); break;
|
default: tc9100(argc,argv); break;
|
||||||
}
|
}
|
||||||
exit(0);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -733,7 +733,6 @@ class TInvioSispac : public TSkeleton_application
|
|||||||
TDate _dataini, _datafin;
|
TDate _dataini, _datafin;
|
||||||
TRiclassifica_cache * _tabelle;
|
TRiclassifica_cache * _tabelle;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool create(void);
|
virtual bool create(void);
|
||||||
virtual bool destroy(void);
|
virtual bool destroy(void);
|
||||||
@ -788,6 +787,7 @@ const TString & TInvioSispac::scod2ricl(const char* tab, const TString& cod)
|
|||||||
}
|
}
|
||||||
return codricl;
|
return codricl;
|
||||||
}
|
}
|
||||||
|
|
||||||
const TString & TInvioSispac::scod2caucf(const TString& cod)
|
const TString & TInvioSispac::scod2caucf(const TString& cod)
|
||||||
{
|
{
|
||||||
if (cod.full())
|
if (cod.full())
|
||||||
@ -816,23 +816,19 @@ const TString & TInvioSispac::scod2caugiro(const TString& cod)
|
|||||||
const TString & TInvioSispac::scod2caucon(const TString& cod)
|
const TString & TInvioSispac::scod2caucon(const TString& cod)
|
||||||
{
|
{
|
||||||
TString& codricl = get_tmp_string();
|
TString& codricl = get_tmp_string();
|
||||||
|
|
||||||
if (cod.full())
|
if (cod.full())
|
||||||
codricl = _tabelle->sdecode_caucon(cod);
|
codricl = _tabelle->sdecode_caucon(cod);
|
||||||
return codricl;
|
return codricl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const TString & TInvioSispac::scod2sezcon(const TString& cod)
|
const TString & TInvioSispac::scod2sezcon(const TString& cod)
|
||||||
{
|
{
|
||||||
TString& codricl = get_tmp_string();
|
TString& codricl = get_tmp_string();
|
||||||
|
|
||||||
if (cod.full())
|
if (cod.full())
|
||||||
codricl = _tabelle->sdecode_sezcon(cod);
|
codricl = _tabelle->sdecode_sezcon(cod);
|
||||||
return codricl;
|
return codricl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const TString & TInvioSispac::scod2contov(const TString& cod)
|
const TString & TInvioSispac::scod2contov(const TString& cod)
|
||||||
{
|
{
|
||||||
TString & codricl = get_tmp_string();
|
TString & codricl = get_tmp_string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user