Patch level :4.0 738

Files correlati     :ca3
Ricompilazione Demo : [ ]
Commento            :raffinato metodo per avere indbil


git-svn-id: svn://10.65.10.50/trunk@15465 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-06-29 12:44:40 +00:00
parent 622f4c17ed
commit c3066e7e38

@ -69,10 +69,14 @@ TObject* TIndbil_cache::key2obj(const char* key)
int TIndbil_cache::get_indbil(const TString& conto, TString& conto_anale)
{
int indicatore = 0;
TToken_string* ib = (TToken_string*)objptr(conto);
if (ib != NULL)
{
indicatore = ib->get_int(0);
ib->get(1, conto_anale);
return ib ? ib->get_int(0) : 0;
}
return indicatore;
}
void TIndbil_cache::set_prefix(const char* prefix)