|  |  | @ -10,7 +10,7 @@ bool Save::get_state_save() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     return this->flag_no_save; |  |  |  |     return this->flag_no_save; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | void Save::set_data_local(std::map <string, string> &map_global) { |  |  |  | void Save::set_data_global(std::map <string, string> &map_global) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     this->map_global = &map_global; |  |  |  |     this->map_global = &map_global; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -18,7 +18,7 @@ void Save::set_data_local(std::map <string, string> &map_local) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     this->map_local = &map_local; |  |  |  |     this->map_local = &map_local; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | void Save::set_data_local(std::map <string, string> &map_gui) { |  |  |  | void Save::set_data_gui(std::map <string, string> &map_gui) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     this->map_gui = &map_gui; |  |  |  |     this->map_gui = &map_gui; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -52,7 +52,7 @@ bool Save::check_save(string flag_save, string key_name) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     return true; |  |  |  |     return true; | 
			
		
	
		
		
			
				
					
					|  |  |  | } |  |  |  | } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | void Save::save(std::map <string, string> &map_gui, std::map <string, string> &map_temp,string sections, string str_flag_save) { |  |  |  | void Save::save(std::map <string, string> &map_gui, string sections, string str_flag_save) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     string key = ""; |  |  |  |     string key = ""; | 
			
		
	
		
		
			
				
					
					|  |  |  |     string value = ""; |  |  |  |     string value = ""; | 
			
		
	
		
		
			
				
					
					|  |  |  |     string cmd = ""; |  |  |  |     string cmd = ""; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |