From: <pat...@us...> - 2011-02-18 03:19:51
|
Revision: 1215 http://cishell.svn.sourceforge.net/cishell/?rev=1215&view=rev Author: pataphil Date: 2011-02-18 03:19:45 +0000 (Fri, 18 Feb 2011) Log Message: ----------- * Trying to fix the build. Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.datamanager/src/org/cishell/reference/gui/datamanager/AbstractDataManagerView.java Modified: trunk/clients/gui/org.cishell.reference.gui.datamanager/src/org/cishell/reference/gui/datamanager/AbstractDataManagerView.java =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.datamanager/src/org/cishell/reference/gui/datamanager/AbstractDataManagerView.java 2011-02-17 20:40:14 UTC (rev 1214) +++ trunk/clients/gui/org.cishell.reference.gui.datamanager/src/org/cishell/reference/gui/datamanager/AbstractDataManagerView.java 2011-02-18 03:19:45 UTC (rev 1215) @@ -30,7 +30,6 @@ import org.cishell.framework.CIShellContext; import org.cishell.framework.CIShellContextDelegate; import org.cishell.framework.LocalCIShellContext; -import org.cishell.framework.ServiceReferenceDelegate; import org.cishell.framework.algorithm.Algorithm; import org.cishell.framework.algorithm.AlgorithmExecutionException; import org.cishell.framework.algorithm.AlgorithmFactory; @@ -236,8 +235,9 @@ /* TODO: Eventually use the AlgorithmInvocationService for this * kind of stuff? */ - ServiceReference uniqueServiceReference = new ServiceReferenceDelegate( - dataManagerServiceReference); + ServiceReference uniqueServiceReference = dataManagerServiceReference; +// ServiceReference uniqueServiceReference = new ServiceReferenceDelegate( +// dataManagerServiceReference); CIShellContext ciShellContext = new CIShellContextDelegate( uniqueServiceReference, new LocalCIShellContext(Activator.context)); LogService uniqueLogger = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |