| 
				
			 | 
			
			 | 
			@@ -235,7 +235,7 @@ class SocketAddress { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    socklen_t getAddressSize();                                                 // How big is that structure anyway? | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    void setAddress(unsigned long ipAddress);                                   // Set the IP address from an unsigned int | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    void setAddress(char* ipString);                                            // Set the IP address from a cstring | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    void setAddress(char const * ipString);                                     // Set the IP address from a cstring | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    unsigned long getAddress();                                                 // Get the IP address as an unsigned int | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    const char* getAddress(char* str);                                          // Get the IP address into a cstring | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    void getAddress(int& a0, int& a1, int& a2, int& a3);                        // Get the IP address into 4 ints |