pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3845 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3845 - trunk/pingus/src
Date: Thu, 17 Jul 2008 01:22:38 +0200

Author: grumbel
Date: 2008-07-17 01:22:37 +0200 (Thu, 17 Jul 2008)
New Revision: 3845

Removed:
   trunk/pingus/src/plt_xml.hpp
Log:
Unneeded code removed

Deleted: trunk/pingus/src/plt_xml.hpp
===================================================================
--- trunk/pingus/src/plt_xml.hpp        2008-07-16 23:13:31 UTC (rev 3844)
+++ trunk/pingus/src/plt_xml.hpp        2008-07-16 23:22:37 UTC (rev 3845)
@@ -1,51 +0,0 @@
-//  Pingus - A free Lemmings clone
-//  Copyright (C) 2000 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 3 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, see <http://www.gnu.org/licenses/>.
-
-#ifndef HEADER_PINGUS_PLT_XML_HPP
-#define HEADER_PINGUS_PLT_XML_HPP
-
-#include <vector>
-#include <string>
-
-
-class PLTXML
-{
-private:
-  std::vector<std::string> level_list;
-  std::string world_name;
-  std::string description;
-
-  void parse_file();
-  
-public:
-  PLTXML ();
-  ~PLTXML ();
-
-  void parse (std::string filename);
-
-  const std::string& get_name ();
-  const std::string& get_description ();
-  std::vector<std::string> get_levels ();
-
-private:
-  PLTXML (const PLTXML&);
-  PLTXML& operator= (const PLTXML&);
-};
-
-
-#endif
-
-/* EOF */





reply via email to

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