From 61890416f5ef9d3655c6864e252e21bf24fb8671 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 15 Jan 2010 10:46:53 +0000 Subject: [PATCH] removed obsolete object tagging methods on plugins, earlier only used by mote plugins --- tools/cooja/java/se/sics/cooja/Plugin.java | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/tools/cooja/java/se/sics/cooja/Plugin.java b/tools/cooja/java/se/sics/cooja/Plugin.java index 30e366232..aabf42e16 100644 --- a/tools/cooja/java/se/sics/cooja/Plugin.java +++ b/tools/cooja/java/se/sics/cooja/Plugin.java @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: Plugin.java,v 1.4 2009/12/14 13:29:35 fros4943 Exp $ + * $Id: Plugin.java,v 1.5 2010/01/15 10:46:53 fros4943 Exp $ */ package se.sics.cooja; @@ -71,23 +71,6 @@ public interface Plugin { */ public void closePlugin(); - /** - * This method is used by the simulator for book-keeping purposes, and should - * normally not be called by the plugin itself. - * - * @param tag - * Object - */ - public void tagWithObject(Object tag); - - /** - * This method is used by the simulator for book-keeping purposes, and should - * normally not be called by the plugin itself. - * - * @return Object - */ - public Object getTag(); - /** * Returns XML elements representing the current config of this plugin. This * is fetched by the simulator for example when saving a simulation