git-svn-id: svn://10.65.10.50/branches/R_10_00@23025 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			17 lines
		
	
	
		
			333 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			333 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __SL1100_H
 | |
| #define __SL1100_H
 | |
| 
 | |
| #ifndef __ISAM_H
 | |
| #include <isam.h>
 | |
| #endif
 | |
| 
 | |
| #ifndef __MASK_H
 | |
| #include <mask.h>
 | |
| #endif
 | |
| 
 | |
| const TString& sl_trova_elaborazione(const TRectype& sal);
 | |
| const TString& sl_trova_elaborazione(const TMask& sal_msk);
 | |
| bool sl_genera_documento(TRectype& sal, const TString& codelab);
 | |
| 
 | |
| #endif
 |