| 
				
			 | 
			
			 | 
			@@ -376,6 +376,8 @@ class ConfigurationElement { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    bool interpret(ConfigurationData& Data);                                    // (re) Interpret this data. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    int startOfElementIndex; // AVD | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			}; | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			//// Configuration Attribute /////////////////////////////////////////////////// | 
		
		
	
	
		
			
			| 
				
			 | 
			
			 | 
			@@ -597,6 +599,7 @@ class ConfigurationData { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    int Index(int i);                                                           // Changes the current Index. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    int Line();                                                                 // Reads the current Line number. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    int addNewLines(int Count);                                                 // Increments the Line number. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    char const *Buffer() const { return myDataBuffer; } // AVD | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    std::stringstream Log;                                                      // Convenient Interpret log. | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  |