]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/raw_socket.hxx
Ensure individual log-level setting works.
[simgear.git] / simgear / io / raw_socket.hxx
index 9450e9eb8729cefe97caeefbfc445172e3a3513d..833b75c3ba3d8d6c4d929f34eef744478ed0546e 100644 (file)
@@ -17,7 +17,7 @@
  
      You should have received a copy of the GNU Library General Public
      License along with this library; if not, write to the Free Software
-     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA
 */
 
 #ifndef SG_IO_SOCKET_HXX
@@ -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 ;