core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java
changeset 1892 2009dcd074b0
parent 1881 fccb2e8f8b9b
equal deleted inserted replaced
1891:1c19331f819a 1892:2009dcd074b0
    85 	/**
    85 	/**
    86 	 * Returns a set of features supported by the SDK. 
    86 	 * Returns a set of features supported by the SDK. 
    87 	 * Feature IDs are defined in ISymbianSDKFeatures.
    87 	 * Feature IDs are defined in ISymbianSDKFeatures.
    88 	 * @return set of features
    88 	 * @return set of features
    89 	 * @since 3.0
    89 	 * @since 3.0
       
    90 	 * @see {@link ISymbianSDKFeatures}
    90 	 */
    91 	 */
    91 	@SuppressWarnings("rawtypes")
    92 	@SuppressWarnings("rawtypes")
    92 	Set getSupportedFeatures();
    93 	Set getSupportedFeatures();
    93 		
    94 		
    94 	/**
    95 	/**