Updated SBSv2Utils#enableSBSv1Support().
--- 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;
}