org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/ui/project/IProjectTemplateContext.java
changeset 466 129c94e78375
parent 465 87920e15f8eb
child 467 5a2901872fcf
--- a/org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/ui/project/IProjectTemplateContext.java	Mon Aug 16 16:23:25 2010 -0700
+++ b/org.symbian.tools.mtw.ui/src/org/symbian/tools/tmw/ui/project/IProjectTemplateContext.java	Tue Aug 17 13:40:28 2010 -0700
@@ -21,6 +21,7 @@
 import java.io.InputStream;
 
 import org.eclipse.core.databinding.observable.value.IObservableValue;
+import org.eclipse.core.resources.IFile;
 import org.eclipse.core.resources.IProject;
 import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.IPath;
@@ -64,7 +65,7 @@
      * @param monitor progress monitor
      * @throws CoreException
      */
-    void addFile(IProject project, IPath name, InputStream contents, IProgressMonitor monitor) throws CoreException;
+    IFile addFile(IProject project, IPath name, InputStream contents, IProgressMonitor monitor) throws CoreException;
 
     /**
      * Allows binding to parameter value from UI.