ccservices/cmsservices/contactpresence/src/contactpresence.cpp
branchRCL_3
changeset 5 81f8547efd4f
parent 0 e686773b3f54
equal deleted inserted replaced
3:04ab22b956c2 5:81f8547efd4f
   161 #ifdef _DEBUG
   161 #ifdef _DEBUG
   162     CContactPresence::WriteToLog( _L8( "CContactPresence::GetPresenceInfoL this=%d" ), (TInt)this );
   162     CContactPresence::WriteToLog( _L8( "CContactPresence::GetPresenceInfoL this=%d" ), (TInt)this );
   163 #endif 
   163 #endif 
   164     iOpId++; 
   164     iOpId++; 
   165     
   165     
   166     CPresenceBrandedIcon* icon = CPresenceBrandedIcon::NewL(iBrandingFactory, iObs );
       
   167     iIconReqList.AddLast( *icon );
       
   168     iListener->GetPresenceInfoL( aPackedLink, iOpId );
   166     iListener->GetPresenceInfoL( aPackedLink, iOpId );
   169     
   167     
   170     return iOpId;    
   168     return iOpId;    
   171     }
   169     }
   172 
   170