project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/model/mmp/IMMPViewConfiguration.java
branchC3_BUILDER_WORK
changeset 1471 62024a5fa81d
parent 0 fb279309251b
--- a/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/model/mmp/IMMPViewConfiguration.java	Mon Jun 14 12:00:29 2010 -0500
+++ b/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/model/mmp/IMMPViewConfiguration.java	Mon Jun 14 13:24:47 2010 -0500
@@ -31,12 +31,11 @@
 	
 	/**
 	 * Get the default directory used for .def file exports.
-	 * @param isASSP true if this is an ASSP build
 	 * @return 	the name of the directory used for platform-specific defs
 	 * (e.g. "BWINS", "EABI", ...).  This directory, if present, is removed from 
 	 * the path before setting DEFFILE.  May be null if unknown.
 	 */
-	String getDefaultDefFileBase(boolean isASSP);
+	String getDefaultDefFileBase();
 	
 	/**
 	 * Tell if this is an emulator build.  Used for .def filepath calculation.