codhandler/codeng/src/CodEngBase.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   639             break;
   639             break;
   640             }
   640             }
   641             
   641             
   642         case EFetch:
   642         case EFetch:
   643         case ENotify:
   643         case ENotify:
       
   644 		case EProductNotify:
   644             {
   645             {
   645             // Instant abort, without any further processing
   646             // Instant abort, without any further processing
   646             // (no install, no notify).
   647             // (no install, no notify).
   647             __ASSERT_DEBUG( iLoader, CodPanic( ECodInternal ) );
   648             __ASSERT_DEBUG( iLoader, CodPanic( ECodInternal ) );
   648             iLoader->Cancel();
   649             iLoader->Cancel();