[Scummvm-cvs-logs] SF.net SVN: scummvm:[53446] scummvm/trunk/engines/sword25

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Oct 13 22:04:50 CEST 2010


Revision: 53446
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53446&view=rev
Author:   lordhoto
Date:     2010-10-13 20:04:50 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
SWORD25: Semi-colon cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/animationdescription.h
    scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp
    scummvm/trunk/engines/sword25/gfx/image/image.h
    scummvm/trunk/engines/sword25/gfx/renderobject.h
    scummvm/trunk/engines/sword25/input/inputengine.h
    scummvm/trunk/engines/sword25/input/inputengine_script.cpp
    scummvm/trunk/engines/sword25/kernel/filesystemutil.h
    scummvm/trunk/engines/sword25/kernel/kernel.h
    scummvm/trunk/engines/sword25/kernel/persistable.h
    scummvm/trunk/engines/sword25/kernel/resmanager.h
    scummvm/trunk/engines/sword25/kernel/resource.h
    scummvm/trunk/engines/sword25/kernel/service.h
    scummvm/trunk/engines/sword25/kernel/window.h
    scummvm/trunk/engines/sword25/math/vertex.h
    scummvm/trunk/engines/sword25/math/walkregion.cpp
    scummvm/trunk/engines/sword25/script/script.h
    scummvm/trunk/engines/sword25/sfx/soundengine.h

Modified: scummvm/trunk/engines/sword25/gfx/animationdescription.h
===================================================================
--- scummvm/trunk/engines/sword25/gfx/animationdescription.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/gfx/animationdescription.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -50,7 +50,7 @@
 		_scalingAllowed(true),
 		_alphaAllowed(true),
 		_colorModulationAllowed(true)
-	{};
+	{}
 
 public:
 	struct Frame {

Modified: scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp	2010-10-13 20:04:50 UTC (rev 53446)
@@ -70,7 +70,7 @@
 
 class ActionCallback : public LuaCallback {
 public:
-	ActionCallback(lua_State *L) : LuaCallback(L) {};
+	ActionCallback(lua_State *L) : LuaCallback(L) {}
 
 	Common::String Action;
 

Modified: scummvm/trunk/engines/sword25/gfx/image/image.h
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/image.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/gfx/image/image.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -51,7 +51,7 @@
 
 class Image {
 public:
-	virtual ~Image() {};
+	virtual ~Image() {}
 
 	// Enums
 	/**

Modified: scummvm/trunk/engines/sword25/gfx/renderobject.h
===================================================================
--- scummvm/trunk/engines/sword25/gfx/renderobject.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/gfx/renderobject.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -352,7 +352,7 @@
 	*/
 	void forceRefresh() {
 		_refreshForced = true;
-	};
+	}
 	/**
 	    @brief Gibt das Handle des Objekte zur\xFCck.
 	*/

Modified: scummvm/trunk/engines/sword25/input/inputengine.h
===================================================================
--- scummvm/trunk/engines/sword25/input/inputengine.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/input/inputengine.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -58,7 +58,7 @@
 class InputEngine : public Service, public Persistable {
 public:
 	InputEngine(Kernel *pKernel);
-	~InputEngine() {};
+	~InputEngine() {}
 
 	// NOTE: These codes are registered in inputengine_script.cpp
 	// Any changes to these enums must also adjust the above file.

Modified: scummvm/trunk/engines/sword25/input/inputengine_script.cpp
===================================================================
--- scummvm/trunk/engines/sword25/input/inputengine_script.cpp	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/input/inputengine_script.cpp	2010-10-13 20:04:50 UTC (rev 53446)
@@ -63,7 +63,7 @@
 namespace {
 class CharacterCallbackClass : public LuaCallback {
 public:
-	CharacterCallbackClass(lua_State *L) : LuaCallback(L) {};
+	CharacterCallbackClass(lua_State *L) : LuaCallback(L) {}
 
 	Common::String Character;
 

Modified: scummvm/trunk/engines/sword25/kernel/filesystemutil.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/filesystemutil.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/filesystemutil.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -62,7 +62,7 @@
 class FileSystemUtil {
 public:
 	static FileSystemUtil &GetInstance();
-	virtual ~FileSystemUtil() {};
+	virtual ~FileSystemUtil() {}
 
 	/**
 	 * This function returns the name of the directory in which all user data is to be stored.

Modified: scummvm/trunk/engines/sword25/kernel/kernel.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/kernel.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/kernel.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -342,7 +342,7 @@
 		this->SuperclassIdentifier = SuperclassIdentifier_;
 		this->ServiceIdentifier = ServiceIdentifier_;
 		this->CreateMethod = CreateMethod_;
-	};
+	}
 
 	Common::String  SuperclassIdentifier;
 	Common::String  ServiceIdentifier;

Modified: scummvm/trunk/engines/sword25/kernel/persistable.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/persistable.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/persistable.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -42,7 +42,7 @@
 
 class Persistable {
 public:
-	virtual ~Persistable() {};
+	virtual ~Persistable() {}
 
 	virtual bool persist(OutputPersistenceBlock &writer) = 0;
 	virtual bool unpersist(InputPersistenceBlock &reader) = 0;

Modified: scummvm/trunk/engines/sword25/kernel/resmanager.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/resmanager.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/resmanager.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -136,7 +136,7 @@
 		m_KernelPtr(pKernel),
 		m_MaxMemoryUsage(100000000),
 		m_LogCacheMiss(false)
-	{};
+	{}
 	virtual ~ResourceManager();
 
 	enum {

Modified: scummvm/trunk/engines/sword25/kernel/resource.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/resource.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/resource.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -103,7 +103,7 @@
 	}
 
 protected:
-	virtual ~Resource() {};
+	virtual ~Resource() {}
 
 private:
 	Common::String                      _fileName;          ///< The absolute filename

Modified: scummvm/trunk/engines/sword25/kernel/service.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/service.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/service.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -60,14 +60,14 @@
 	Kernel  *_pKernel;
 
 protected:
-	Service(Kernel *pKernel) : _pKernel(pKernel) {};
+	Service(Kernel *pKernel) : _pKernel(pKernel) {}
 
 	Kernel *GetKernel() const {
 		return _pKernel;
 	}
 
 public:
-	virtual ~Service() {};
+	virtual ~Service() {}
 };
 
 } // End of namespace Sword25

Modified: scummvm/trunk/engines/sword25/kernel/window.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/window.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/kernel/window.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -63,7 +63,7 @@
 	bool _CloseWanted;
 
 public:
-	virtual ~Window() {};
+	virtual ~Window() {}
 
 	/**
 	 * Returns the visibility of the window.

Modified: scummvm/trunk/engines/sword25/math/vertex.h
===================================================================
--- scummvm/trunk/engines/sword25/math/vertex.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/math/vertex.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -79,7 +79,7 @@
  */
 class Vertex {
 public:
-	Vertex() : x(0), y(0) {};
+	Vertex() : x(0), y(0) {}
 	Vertex(int x_, int y_) {
 		this->x = x_;
 		this->y = y_;

Modified: scummvm/trunk/engines/sword25/math/walkregion.cpp
===================================================================
--- scummvm/trunk/engines/sword25/math/walkregion.cpp	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/math/walkregion.cpp	2010-10-13 20:04:50 UTC (rev 53446)
@@ -95,7 +95,7 @@
 	typedef Container::iterator Iter;
 	typedef Container::const_iterator ConstIter;
 
-	DijkstraNode() : cost(Infinity), chosen(false) {};
+	DijkstraNode() : cost(Infinity), chosen(false) {}
 	ConstIter   parentIter;
 	int         cost;
 	bool        chosen;

Modified: scummvm/trunk/engines/sword25/script/script.h
===================================================================
--- scummvm/trunk/engines/sword25/script/script.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/script/script.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -49,8 +49,8 @@
 
 class ScriptEngine : public Service, public Persistable {
 public:
-	ScriptEngine(Kernel *KernelPtr) : Service(KernelPtr) {};
-	virtual ~ScriptEngine() {};
+	ScriptEngine(Kernel *KernelPtr) : Service(KernelPtr) {}
+	virtual ~ScriptEngine() {}
 
 	// -----------------------------------------------------------------------------
 	// This method must be implemented by the script engine

Modified: scummvm/trunk/engines/sword25/sfx/soundengine.h
===================================================================
--- scummvm/trunk/engines/sword25/sfx/soundengine.h	2010-10-13 19:33:12 UTC (rev 53445)
+++ scummvm/trunk/engines/sword25/sfx/soundengine.h	2010-10-13 20:04:50 UTC (rev 53446)
@@ -88,7 +88,7 @@
 	typedef void (*DynamicSoundReadCallback)(void *UserData, void *Data, uint DataLength);
 
 	SoundEngine(Kernel *pKernel);
-	~SoundEngine() {};
+	~SoundEngine() {}
 
 	/**
 	 * Initialises the sound engine


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list