X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnative_gui.hxx;h=299a40628b67bb7613459fadf134e53953bc65ae;hb=50eb95dcadaf39d892212f2c5c6fe2459b190719;hp=c92d9e6a7d4023a7e3f1daf723bb4671bb260434;hpb=ea543c121028ac261278b66d91f7bdb0ed1c5e9a;p=flightgear.git diff --git a/src/Network/native_gui.hxx b/src/Network/native_gui.hxx index c92d9e6a7..299a40628 100644 --- a/src/Network/native_gui.hxx +++ b/src/Network/native_gui.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started January 2002. // -// Copyright (C) 2002 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 2002 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -27,17 +27,14 @@ #include -#include - #include "protocol.hxx" #include "net_gui.hxx" - -class FGNativeGUI : public FGProtocol, public FGInterface { +class FGNativeGUI : public FGProtocol { FGNetGUI buf; int length; - + public: FGNativeGUI();