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

Diff for /pegasus/src/Pegasus/WsmServer/CimToWsmResponseMapper.cpp between version 1.16 and 1.17

version 1.16, 2013/02/18 15:00:25 version 1.17, 2013/04/25 13:00:29
Line 145 
Line 145 
                     }                     }
                     else                     else
                     {                     {
                         PEGASUS_ASSERT(0);                          PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                     }                     }
                 }                 }
                 else // association or reference response expected                 else // association or reference response expected
Line 181 
Line 181 
                         }                         }
                         else                         else
                         {                         {
                             PEGASUS_ASSERT(0);                              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                         }                         }
                     }                     }
                     else // references responses                     else // references responses
Line 211 
Line 211 
                         }                         }
                         else                         else
                         {                         {
                             PEGASUS_ASSERT(0);                              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                         }                         }
                     }                     }
                 }                 }
Line 226 
Line 226 
             }             }
  
             default:             default:
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                 break;                 break;
         }         }
     }     }
Line 327 
Line 327 
         default:         default:
             // Initialize to prevent uninitialized subcode error.             // Initialize to prevent uninitialized subcode error.
             subcode = WsmFault::wsman_InternalError;             subcode = WsmFault::wsman_InternalError;
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
     }     }
  
     return WsmFault(subcode, reason, languageList, faultDetail);     return WsmFault(subcode, reason, languageList, faultDetail);
Line 1110 
Line 1110 
  
             default:             default:
             {             {
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             }             }
         }         }
     }     }
Line 1206 
Line 1206 
             }             }
             default:             default:
             {             {
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             }             }
         }         }
     }     }


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2