X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Flfsglass.hxx;h=2f102cdefd66555294f801df77ff1c6ade714c10;hb=b0dcb657e77579ecc79798ff365737095f96f9e2;hp=c3c7276567dc47a1209da17940b4fac918503ae5;hpb=d9bfd5a425df1bad7e3c53a64adce871e299a6b9;p=flightgear.git diff --git a/src/Network/lfsglass.hxx b/src/Network/lfsglass.hxx index c3c727656..2f102cdef 100644 --- a/src/Network/lfsglass.hxx +++ b/src/Network/lfsglass.hxx @@ -19,7 +19,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 St, Fifth Floor, Boston, MA 02110-1301, USA. // @@ -30,16 +30,14 @@ #include -#include #include
#include "protocol.hxx" #include "lfsglass_data.hxx" -class FGLFSGlass : public FGProtocol, public FGInterface { +class FGLFSGlass : public FGProtocol { FGLFSGlassData buf; - int length; // Environment SGPropertyNode_ptr press_node; @@ -155,7 +153,7 @@ public: // close the channel bool close(); - void collect_data( const FGInterface *fdm, FGLFSGlassData *data ); + void collect_data(FGLFSGlassData *data ); }; #endif // _FG_LFSGlass_HXX