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:
		
							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)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user