]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/raw_socket.hxx
Revert "Asynchronous host lookups+caching, attempt #2"
[simgear.git] / simgear / io / raw_socket.hxx
index 6ae529f285e9f5259c0c57a4701beacb6c1c54e0..2b5031f31df0a7bdec937def8772b5447c504dcc 100644 (file)
@@ -46,6 +46,9 @@ public:
   IPAddress ( const char* host, int port ) ;
   ~IPAddress();
   
+  IPAddress( const IPAddress& other );
+  const IPAddress& operator=(const IPAddress& other);
+
   void set ( const char* host, int port ) ;
   const char* getHost () const ;
   unsigned int getPort() const ;