[Scummvm-cvs-logs] SF.net SVN: scummvm:[34261] scummvm/trunk/engines/metaengine.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Sep 1 22:41:43 CEST 2008


Revision: 34261
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34261&view=rev
Author:   fingolfin
Date:     2008-09-01 20:41:43 +0000 (Mon, 01 Sep 2008)

Log Message:
-----------
Clarified clarification ;)

Modified Paths:
--------------
    scummvm/trunk/engines/metaengine.h

Modified: scummvm/trunk/engines/metaengine.h
===================================================================
--- scummvm/trunk/engines/metaengine.h	2008-09-01 20:31:44 UTC (rev 34260)
+++ scummvm/trunk/engines/metaengine.h	2008-09-01 20:41:43 UTC (rev 34261)
@@ -99,9 +99,11 @@
 	 * Engines which keep an index file will also update it accordingly.
 	 *
 	 * @param slot		slot number of the save state to be removed
-	 * @param saveNames	a list of all the save state description names
+	 *
+	 * @todo  This method is currently never called. Rather, LauncherDialog::loadGame
+	 *        directly calls _saveFileMan->removeSaveFile() if kSupportsDeleteSave is set.
 	 */
-	virtual void removeSaveState(int slot, Common::StringList saveNames) const {};
+	virtual void removeSaveState(int slot) const {};
 
 	
 	/** @name MetaEngineFeature flags */
@@ -109,7 +111,7 @@
 	
 	/**
 	 * A feature in this context means an ability of the engine which can be
-	 * either available or not.  Examples include:
+	 * either available or not. Examples include:
 	 *  - Supporting the 'Return to launcher' feature (i.e. handles EVENT_RTL)
 	 *  - Listing Save States (i.e. implements the listSaves() method;
 	 *    used for --list-saves support)


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