engine/collectionframework/plugins/glxcollectionplugincamera/src/glxcollectionplugincamera.cpp
equal
deleted
inserted
replaced
369 // DefaultFilter |
369 // DefaultFilter |
370 // ---------------------------------------------------------------------------- |
370 // ---------------------------------------------------------------------------- |
371 // |
371 // |
372 TGlxFilterProperties CGlxCollectionPluginCamera::DefaultFilter(TInt aLevel) |
372 TGlxFilterProperties CGlxCollectionPluginCamera::DefaultFilter(TInt aLevel) |
373 { |
373 { |
374 TRACER("CGlxCollectionPluginDownloads::DefaultFilter"); |
374 TRACER("CGlxCollectionPluginCamera::DefaultFilter"); |
375 |
375 |
376 __ASSERT_DEBUG(( (aLevel == KGlxCollectionRootLevel) || (aLevel == KGlxCollectionRootLevel+1) |
376 __ASSERT_DEBUG(( (aLevel == KGlxCollectionRootLevel) || (aLevel == KGlxCollectionRootLevel+1) |
377 || (aLevel == KGlxCollectionRootLevel+2) ), Panic(EGlxPanicInvalidPathLevel)); |
377 || (aLevel == KGlxCollectionRootLevel+2) ), Panic(EGlxPanicInvalidPathLevel)); |
378 TGlxFilterProperties filterProperties; |
378 TGlxFilterProperties filterProperties; |
379 |
379 |