engine/collectionframework/plugins/glxcollectionplugincamera/src/glxcollectionplugincamera.cpp
changeset 71 27f2d7aec52a
parent 23 74c9f037fd5d
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
   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