]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/raw_socket.hxx
Use the original filename for the compressed image message.
[simgear.git] / simgear / io / raw_socket.hxx
index 9450e9eb8729cefe97caeefbfc445172e3a3513d..7a92a9e5fe921e6f5fec31173a2e14766d1ffc3a 100644 (file)
@@ -51,6 +51,7 @@ public:
   IPAddress( const IPAddress& other );
   const IPAddress& operator=(const IPAddress& other);
 
+  bool isValid () const;
   void set ( const char* host, int port ) ;
   const char* getHost () const ;
   unsigned int getPort() const ;