httpfilters/cookie/ManagerSrc/GroupIdInfoArray.cpp
branchRCL_3
changeset 9 9015645363c8
parent 7 2611c08ee28e
equal deleted inserted replaced
8:73e95e652591 9:9015645363c8
   279 // ---------------------------------------------------------
   279 // ---------------------------------------------------------
   280 //
   280 //
   281 
   281 
   282 TInt CGroupIdArray::GetGroupId(TUint32 aClientId,TUint32& aGroupId,TBool& aCookieSharableFlag)
   282 TInt CGroupIdArray::GetGroupId(TUint32 aClientId,TUint32& aGroupId,TBool& aCookieSharableFlag)
   283     {
   283     {
   284     CLOG( ( EClient, 0, _L( "-> CGroupIdArray::GetGroupId aClientId = %x,aAppUid =%x" ), aClientId, aAppUid ) );
   284     CLOG( ( EClient, 0, _L( "-> CGroupIdArray::GetGroupId aClientId = %x,aGroupId =%x" ), aClientId, aGroupId ) );
   285     TInt count = Count();
   285     TInt count = Count();
   286     TBool found(EFalse);
   286     TBool found(EFalse);
   287     
   287     
   288     for(TInt i=0;i<count;i++)
   288     for(TInt i=0;i<count;i++)
   289         {
   289         {