Files correlati : Ricompilazione Demo : [ ] Commento : Rportata la versione 3.2 patch 1314 git-svn-id: svn://10.65.10.50/trunk@18269 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			17 lines
		
	
	
		
			382 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			382 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __COLIB_H
 | |
| #define __COLIB_H
 | |
| 
 | |
| #ifndef __VELIB_H
 | |
| #include "../ve/velib.h"
 | |
| #endif
 | |
| 
 | |
| #include "../ve/velib04.h"
 | |
| 
 | |
| // crea la lista documenti per tutti i soci 
 | |
| int compagnia2soci(const TDocumento& doc_compagnia, const TString& codcomp, const long codmercato, const long nfasta, TLista_documenti& docs_soci);
 | |
| void update_spese_doc(const long codmercato, TDocumento& doc);
 | |
| 
 | |
| #endif
 | |
| 
 | |
| 
 |