Files correlati : ve6.exe Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 979 git-svn-id: svn://10.65.10.50/trunk@15623 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			19 lines
		
	
	
		
			437 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			437 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef _OCCAS_H
 | |
| #define _OCCAS_H
 | |
| 
 | |
| #define OCC_CFPI      "CFPI"
 | |
| #define OCC_RAGSOC    "RAGSOC"
 | |
| #define OCC_INDIR     "INDIR"
 | |
| #define OCC_CIV       "CIV"
 | |
| #define OCC_LOCALITA  "LOCALITA" 
 | |
| #define OCC_STATO     "STATO" 
 | |
| #define OCC_COM       "COM"
 | |
| #define OCC_CAP       "CAP"
 | |
| #define OCC_DNASC     "DNASC"
 | |
| #define OCC_STATONASC "STATONASC" 
 | |
| #define OCC_COMNASC   "COMNASC"
 | |
| #define OCC_COFI      "COFI"
 | |
| #define OCC_PAIV      "PAIV"
 | |
| 
 | |
| #endif
 |