# HG changeset patch # User stechong # Date 1272332975 18000 # Node ID 7c4a4568b9c5129d76f15ce8d99ccd560d29f1a3 # Parent 971e41db5d479420127754b781cbf1f8387747ba Updated SBSv2Utils#enableSBSv1Support(). diff -r 971e41db5d47 -r 7c4a4568b9c5 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; }