creator/engine/src/creator_phonebook.cpp
changeset 48 da3ec8478e66
parent 35 98924d2efce9
child 52 36d60d12b4af
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
   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