X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Ffnetorderstream.h;h=fdce3eaa465a1d6aba4a1be2941f00df79ae37cc;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=158bc3c63984f4590cbac4f9232be0958afa742a;hpb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;p=ctsim.git diff --git a/include/fnetorderstream.h b/include/fnetorderstream.h index 158bc3c..fdce3ea 100644 --- a/include/fnetorderstream.h +++ b/include/fnetorderstream.h @@ -7,9 +7,7 @@ ** Date Started: Sep 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -119,7 +117,7 @@ using std::fstream; class fnetorderstream : public fstream { public: fnetorderstream (const char* filename, std::ios::openmode mode) - : fstream (filename, mode) {} + : fstream (filename, mode) {} ~fnetorderstream (void) {} @@ -128,7 +126,7 @@ class fnetorderstream : public fstream { virtual void writeInt32 (kuint32 n); virtual void writeFloat32 (kfloat32 n); virtual void writeFloat64 (kfloat64 n); - + virtual void readInt16 (kuint16& n); virtual void readInt32 (kuint32& n); virtual void readFloat32 (kfloat32& n); @@ -145,7 +143,7 @@ class frnetorderstream : public fnetorderstream { virtual void writeInt32 (kuint32 n); virtual void writeFloat32 (kfloat32 n); virtual void writeFloat64 (kfloat64 n); - + virtual void readInt16 (kuint16& n); virtual void readInt32 (kuint32& n); virtual void readFloat32 (kfloat32& n);