Updated SBSv2Utils#enableSBSv1Support(). RCL_2_4
authorstechong
Mon, 26 Apr 2010 20:49:35 -0500
branchRCL_2_4
changeset 1289 7c4a4568b9c5
parent 1287 971e41db5d47
child 1292 9b50c8036532
child 1299 c6abac939087
Updated SBSv2Utils#enableSBSv1Support().
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Mon Apr 26 20:32:24 2010 -0500
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java	Mon Apr 26 20:49:35 2010 -0500
@@ -263,11 +263,11 @@
 	 * @return true if SBSv1 is available, false otherwise
 	 */
 	public static boolean enableSBSv1Support() {
-//		if (!enableSBSv2Support())
-//			return true;
-//		
-//		if (isSBSv1Supported())
-//			return true;
+		if (!enableSBSv2Support())
+			return true;
+		
+		if (isSBSv1Supported())
+			return true;
 		
 		return false;
 	}