(file) Return to IndicationOperationAggregate.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/IndicationOperationAggregate.cpp between version 1.27 and 1.28

version 1.27, 2012/02/02 05:46:18 version 1.28, 2013/04/25 13:00:25
Line 206 
Line 206 
 #endif #endif
                     break;                     break;
                 }                 }
   
                 default:                 default:
                 {                 {
                     PEG_TRACE((TRC_INDICATION_SERVICE, Tracer::LEVEL1,                      PEGASUS_UNREACHABLE(PEGASUS_ASSERT(false);)
                         "Unexpected request type %s in findProvider",  
                         MessageTypeToString(getRequest(i)->getType())));  
                     PEGASUS_ASSERT(false);  
                 break;                 break;
                 }                 }
             }             }
Line 224 
Line 220 
     //     //
     //  No request found with message ID matching message ID from response     //  No request found with message ID matching message ID from response
     //     //
     PEGASUS_ASSERT(false);      PEGASUS_UNREACHABLE(PEGASUS_ASSERT(false);)
     return provider;     return provider;
 } }
  


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2