project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/ViewBase.java
changeset 684 8e7900690341
parent 610 bfb3ab3f70f2
--- a/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/ViewBase.java	Fri Dec 11 10:41:54 2009 -0600
+++ b/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/internal/cpp/epoc/engine/model/ViewBase.java	Mon Dec 14 12:59:27 2009 -0600
@@ -563,6 +563,9 @@
 
 	/**
 	 * Tell if the path is a Win32 path with drive letter or UNC.
+	 * NOTE: this is for backward compatibility only!  If this triggers true,
+	 * then likely there is a bug somewhere, where "PathUtils.createPath()" should
+	 * have been used instead of "new Path()".
 	 * @param path
 	 */
 	public static boolean isWin32DrivePath(IPath path) {