creator/engine/src/creator_phonebook.cpp
changeset 51 b048e15729d6
parent 31 e7a04a6385be
child 52 36d60d12b4af
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
   577         	}
   577         	}
   578         }
   578         }
   579     }
   579     }
   580 
   580 
   581 // Checks if the link is a group or not
   581 // Checks if the link is a group or not
   582 TBool CCreatorPhonebook::IsContactGroupL( TUint32& aLink )
   582 TBool CCreatorPhonebook::IsContactGroupL( TUint32& /*aLink*/ )
   583 	{
   583 	{
   584 	//not used right now
   584 	//not used right now
   585 	return EFalse;
   585 	return EFalse;
   586 	}
   586 	}
   587 
   587