telephonyprotocols/pdplayer/umts/spudtel/src/eteldriverstrategies.cpp
branchRCL_3
changeset 3 962e6306d9d2
parent 0 3553901f7fa8
child 6 fc69e1e37771
equal deleted inserted replaced
0:3553901f7fa8 3:962e6306d9d2
  1120                     TInt rc = aContext.PacketContext().GetLastErrorCause(errTsy);
  1120                     TInt rc = aContext.PacketContext().GetLastErrorCause(errTsy);
  1121                     if (rc == KErrNone)
  1121                     if (rc == KErrNone)
  1122                         {
  1122                         {
  1123                         if (errTsy == KErrNone)
  1123                         if (errTsy == KErrNone)
  1124                         	{
  1124                         	{
  1125                         	err = KErrNone;
  1125                         	err = KErrCompletion;
  1126                         	}
  1126                         	}
  1127                         else if ((errTsy & 0xFFFF0000) != 0xFFFF0000)
  1127                         else if ((errTsy & 0xFFFF0000) != 0xFFFF0000)
  1128                             {
  1128                             {
  1129                             // TSY stores the basic error code to lower 16 bits and 
  1129                             // TSY stores the basic error code to lower 16 bits and 
  1130                             // adds the extended error code to higher 16 bits.
  1130                             // adds the extended error code to higher 16 bits.