iaupdate/IAD/engine/controller/src/iaupdatebasenodeimpl.cpp
changeset 2 661f3784fe57
parent 0 ba25891c3a9e
child 11 3ba40be8e484
equal deleted inserted replaced
1:c42dffbd5b4f 2:661f3784fe57
   437     {
   437     {
   438     if ( aNode.MetaNamespace() == MetaNamespace()
   438     if ( aNode.MetaNamespace() == MetaNamespace()
   439             && aNode.MetaId() == MetaId()
   439             && aNode.MetaId() == MetaId()
   440          || ( aNode.Uid() == Uid()
   440          || ( aNode.Uid() == Uid()
   441             && aNode.Version() == Version() 
   441             && aNode.Version() == Version() 
   442             && aNode.iMime->Match( IAUpdateProtocolConsts::KMimeServicePackPattern()) == KErrNotFound ) ) //MTA: Changed!!!!!
   442             && aNode.iMime->Match( IAUpdateProtocolConsts::KMimeServicePackPattern()) == KErrNotFound ) ) 
   443         {
   443         {
   444         return ETrue;
   444         return ETrue;
   445         }
   445         }
   446     else 
   446     else 
   447         {
   447         {