plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/wrttools/debug/internal/property/LaunchableFactory.java
changeset 471 06589bf52fa7
parent 470 d4809db37847
child 472 bd9f2d7c64a6
--- a/plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/wrttools/debug/internal/property/LaunchableFactory.java	Thu Aug 19 17:48:04 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-package org.symbian.tools.wrttools.debug.internal.property;
-
-import org.eclipse.core.runtime.IAdapterFactory;
-
-public class LaunchableFactory implements IAdapterFactory {
-
-    @SuppressWarnings("rawtypes")
-    public Object getAdapter(Object adaptableObject, Class adapterType) {
-		// It is only needed to exist
-		return null;
-	}
-
-    @SuppressWarnings("rawtypes")
-    public Class[] getAdapterList() {
-		// It is only needed to exist
-		return null;
-	}
-
-}