pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2550 - trunk/src


From: jave27
Subject: [Pingus-CVS] r2550 - trunk/src
Date: Thu, 8 Dec 2005 21:57:09 +0100

Author: jave27
Date: 2005-12-08 21:57:06 +0100 (Thu, 08 Dec 2005)
New Revision: 2550

Modified:
   trunk/src/file_dialog_listener.hxx
Log:
fix eol issue.

Modified: trunk/src/file_dialog_listener.hxx
===================================================================
--- trunk/src/file_dialog_listener.hxx  2005-12-08 20:48:03 UTC (rev 2549)
+++ trunk/src/file_dialog_listener.hxx  2005-12-08 20:57:06 UTC (rev 2550)
@@ -1,38 +1,38 @@
-//  $Id: credits.hxx,v 1.16 2005/12/8 19:28:54 Jave27 Exp $
-//
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 2005 Ingo Ruhnke <address@hidden>
-//
-//  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 HEADER_PINGUS_FILE_DIALOG_LISTENER_HXX
-#define HEADER_PINGUS_FILE_DIALOG_LISTENER_HXX
-
-#include <string>
-#include "pingus.hxx"
-
-namespace Pingus {
-
-       class FileDialogListener {
-       public:
-               virtual void save(std::string file, std::string filemask) { }
-               virtual void load(std::string file, std::string filemask) { }
-       };      // class FileDialogListener
-
-}      // namespace Pingus
-
-#endif
-
-/* EOF */
+//  $Id: credits.hxx,v 1.16 2005/12/8 19:28:54 Jave27 Exp $
+//
+//  Pingus - A free Lemmings clone
+//  Copyright (C) 2005 Ingo Ruhnke <address@hidden>
+//
+//  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 HEADER_PINGUS_FILE_DIALOG_LISTENER_HXX
+#define HEADER_PINGUS_FILE_DIALOG_LISTENER_HXX
+
+#include <string>
+#include "pingus.hxx"
+
+namespace Pingus {
+
+       class FileDialogListener {
+       public:
+               virtual void save(std::string file, std::string filemask) { }
+               virtual void load(std::string file, std::string filemask) { }
+       };      // class FileDialogListener
+
+}      // namespace Pingus
+
+#endif
+
+/* EOF */


Property changes on: trunk/src/file_dialog_listener.hxx
___________________________________________________________________
Name: svn:eol-style
   + native





reply via email to

[Prev in Thread] Current Thread [Next in Thread]