X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fphysfs%2Fphysfs_stream.hpp;h=077a8760b6e0bda2bdf2e3c003deefd9f616cc18;hb=38105c22495d9439b30221732dd5d7b89f328a0c;hp=6a090e45f4ea38a537e433778e15dfd6c342703c;hpb=6de12dea8edcf2d684f8540bd603990f9a536d07;p=supertux.git diff --git a/src/physfs/physfs_stream.hpp b/src/physfs/physfs_stream.hpp index 6a090e45f..077a8760b 100644 --- a/src/physfs/physfs_stream.hpp +++ b/src/physfs/physfs_stream.hpp @@ -1,20 +1,22 @@ -/* -Copyright (C) 2004 by Matthias Braun - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ +// $Id$ +// +// SuperTux +// Copyright (C) 2006 Matthias Braun +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #ifndef __PHYSFSSTREAM_HPP__ #define __PHYSFSSTREAM_HPP__ @@ -32,7 +34,7 @@ class IFileStreambuf : public std::streambuf public: IFileStreambuf(const std::string& filename); ~IFileStreambuf(); - + protected: virtual int underflow(); virtual pos_type seekoff(off_type pos, std::ios_base::seekdir, @@ -74,4 +76,3 @@ public: }; #endif -