[Scummvm-cvs-logs] SF.net SVN: scummvm: [21800] scummvm/trunk/backends/PalmOS/Src/be_create.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Tue Apr 11 11:12:01 CEST 2006


Revision: 21800
Author:   chrilith
Date:     2006-04-11 11:11:03 -0700 (Tue, 11 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21800&view=rev

Log Message:
-----------
There is no ::create function anymore in backends

Removed Paths:
-------------
    scummvm/trunk/backends/PalmOS/Src/be_create.cpp
Deleted: scummvm/trunk/backends/PalmOS/Src/be_create.cpp
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/be_create.cpp	2006-04-11 18:08:51 UTC (rev 21799)
+++ scummvm/trunk/backends/PalmOS/Src/be_create.cpp	2006-04-11 18:11:03 UTC (rev 21800)
@@ -1,51 +0,0 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2006 The ScummVM project
- * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
- *
- * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * $URL$
- * $Id$
- *
- */
-
-#include "be_zodiac.h"
-#include "be_os5ex.h"
-
-OSystem *OSystem_PalmOS5_create() {
-	if (gVars->advancedMode)
-		return OSystem_PalmOS5Ex::create();
-	else
-		return OSystem_PalmOS5::create();
-}
-
-OSystem *OSystem_PalmOS5::create() {
-	return new OSystem_PalmOS5();
-}
-
-#ifdef PALMOS_ARM
-OSystem *OSystem_PalmOS5Ex::create() {
-	return new OSystem_PalmOS5Ex();
-}
-#endif
-
-OSystem *OSystem_PalmZodiac_create() {
-	return OSystem_PalmZodiac::create();
-}
-
-OSystem *OSystem_PalmZodiac::create() {
-	return new OSystem_PalmZodiac();
-}


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