photosgallery/collectionframework/datasource/plugins/glxdatasourcemde2.5/src/glxdatasourcemds.cpp
branchRCL_3
changeset 25 191387a8b767
parent 18 bcb43dc84c44
child 30 a60acebbbd9d
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   531 	addCondition->AddObjectConditionL( *iTagDef );
   531 	addCondition->AddObjectConditionL( *iTagDef );
   532 	
   532 	
   533 	iSession->AddObjectObserverL(*this, addCondition );
   533 	iSession->AddObjectObserverL(*this, addCondition );
   534 	iSession->AddObjectPresentObserverL(*this );
   534 	iSession->AddObjectPresentObserverL(*this );
   535 		
   535 		
   536 	CleanupStack::PopAndDestroy( addCondition ); 
   536 	CleanupStack::Pop( addCondition ); //This addCondition should only be popped. The destroy part will be done by MDS.
   537     }
   537     }
   538 
   538 
   539 // ---------------------------------------------------------------------------
   539 // ---------------------------------------------------------------------------
   540 // CGlxDataSourceMde::HandleObjectNotification
   540 // CGlxDataSourceMde::HandleObjectNotification
   541 // ---------------------------------------------------------------------------
   541 // ---------------------------------------------------------------------------