carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/api_Change_Notes.htm
branchC3_BUILDER_WORK
changeset 1745 70e83e025896
parent 1738 776775d1ff38
child 1778 05c2648e3e25
equal deleted inserted replaced
1743:b94a1c13f1e5 1745:70e83e025896
   238 <p>Since Carbide 3.0</p>
   238 <p>Since Carbide 3.0</p>
   239 <ul>
   239 <ul>
   240   <li><i>com.nokia.carbide.cpp.sdk.core#ISymbianSDK</i> removed several methods. Please refer to the source code.</li>
   240   <li><i>com.nokia.carbide.cpp.sdk.core#ISymbianSDK</i> removed several methods. Please refer to the source code.</li>
   241    <p/>
   241    <p/>
   242    <ul>
   242    <ul>
   243    		<li><i>getFilteredBuildConfigurations()</i> has been removed. Please use <i> </i> instead.  </li>
   243    		<li><i>getFilteredBuildConfigurations()</i> has been removed. Please use <i>ISymbianSDK#getBuildInfo(String builderId).getFilteredBuildConfigurations()</i> instead.  </li>
   244    		<li><i>getSDKVersion()</i> has been removed. Users should not use SDK and OS version any longer but use <i>ISymbiabSDK#getBuildInfo(ISymbianBuilderID."BUILDERID").getFilteredBuildConfigurations()</i> instead.</li>
   244    		<li><i>getSDKVersion()</i> has been removed. Users should not use SDK and OS version any longer but use <i>ISymbianSDK#getSupportedFeatures()</i> instead.</li>
   245    </ul>
   245    </ul>
   246    
   246    
   247    <li><i>ICarbideBuildConfiguration</i> no longer implements <i>ISymbiabBuildContext</i>. You will need to use the ISymbianBuildContext wrapper methods to access that interface now.</li>
   247    <li><i>ICarbideBuildConfiguration</i> no longer implements <i>ISymbianBuildContext</i>. You will need to use the <i>ISymbianBuildContext</i> wrapper methods to access that interface now.</li>
   248 </ul>
   248 </ul>
   249 
   249 
   250 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
   250 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
   251 </div></body>
   251 </div></body>
   252 </html>
   252 </html>