equal
deleted
inserted
replaced
247 // CCameraUiConfigManager::IsAutoFocusSupported |
247 // CCameraUiConfigManager::IsAutoFocusSupported |
248 // ---------------------------------------------------------------------------------- |
248 // ---------------------------------------------------------------------------------- |
249 // |
249 // |
250 EXPORT_C TBool CCameraUiConfigManager::IsAutoFocusSupported() const |
250 EXPORT_C TBool CCameraUiConfigManager::IsAutoFocusSupported() const |
251 { |
251 { |
252 #if defined(WINS) || defined(WINSCW) |
252 #if defined(__WINS__) || defined(__WINSCW__) |
253 return EFalse; // return |
253 return EFalse; // return |
254 #else |
254 #else |
255 return iConfigManagerImp->IsFeatureSupported( ECamDynamicSettingAutoFocus ); |
255 return iConfigManagerImp->IsFeatureSupported( ECamDynamicSettingAutoFocus ); |
256 #endif |
256 #endif |
257 } |
257 } |