X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fmodule%2FModuleImages.java;h=b20d98960d490ce5d86371b2ae7c0f87ac1d0a15;hb=20c802e7f2f30c5cac3ece603586af684a8b6ab0;hp=cfcfcfd22e986c2e644970870c21b4b231313c0d;hpb=b3e74676b764e0188c6ace935d464d9e55f594ff;p=mir.git diff --git a/source/mircoders/module/ModuleImages.java b/source/mircoders/module/ModuleImages.java index cfcfcfd2..b20d9896 100755 --- a/source/mircoders/module/ModuleImages.java +++ b/source/mircoders/module/ModuleImages.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001, 2002 The Mir-coders group + * Copyright (C) 2001, 2002 The Mir-coders group * * This file is part of Mir. * @@ -18,17 +18,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * In addition, as a special exception, The Mir-coders gives permission to link - * the code of this program with the com.oreilly.servlet library, any library - * licensed under the Apache Software License, The Sun (tm) Java Advanced - * Imaging library (JAI), The Sun JIMI library (or with modified versions of - * the above that use the same license as the above), and distribute linked - * combinations including the two. You must obey the GNU General Public - * License in all respects for all of the code used other than the above - * mentioned libraries. If you modify this file, you may extend this exception - * to your version of the file, but you are not obligated to do so. If you do - * not wish to do so, delete this exception statement from your version. + * the code of this program with any library licensed under the Apache Software License, + * The Sun (tm) Java Advanced Imaging library (JAI), The Sun JIMI library + * (or with modified versions of the above that use the same license as the above), + * and distribute linked combinations including the two. You must obey the + * GNU General Public License in all respects for all of the code used other than + * the above mentioned libraries. If you modify this file, you may extend this + * exception to your version of the file, but you are not obligated to do so. + * If you do not wish to do so, delete this exception statement from your version. */ - package mircoders.module; import mir.log.LoggerWrapper; @@ -42,18 +40,5 @@ public class ModuleImages extends AbstractModule { if (theStorage == null) logger.warn("ModuleImages: StorageObject was null!"); this.theStorage = theStorage; - - } - -// Methoden -/* - public SimpleList getBilderAsSimpleList() throws ModuleExc, ModuleFailure { - try { - return ((DatabaseImages)theStorage).getPopupData(); - } - catch (StorageObjectFailure e) { - throw new ModuleException(e.toString()); - } } -*/ }