core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/SBSv2Utils.java
branchRCL_2_4
changeset 1289 7c4a4568b9c5
parent 1287 971e41db5d47
equal deleted inserted replaced
1287:971e41db5d47 1289:7c4a4568b9c5
   261 	/**
   261 	/**
   262 	 * Whether or not to display SBSv1 builder UI
   262 	 * Whether or not to display SBSv1 builder UI
   263 	 * @return true if SBSv1 is available, false otherwise
   263 	 * @return true if SBSv1 is available, false otherwise
   264 	 */
   264 	 */
   265 	public static boolean enableSBSv1Support() {
   265 	public static boolean enableSBSv1Support() {
   266 //		if (!enableSBSv2Support())
   266 		if (!enableSBSv2Support())
   267 //			return true;
   267 			return true;
   268 //		
   268 		
   269 //		if (isSBSv1Supported())
   269 		if (isSBSv1Supported())
   270 //			return true;
   270 			return true;
   271 		
   271 		
   272 		return false;
   272 		return false;
   273 	}
   273 	}
   274 	
   274 	
   275 	/**
   275 	/**