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

Diff for /pegasus/src/Pegasus/WsmServer/WsmToCimRequestMapper.cpp between version 1.21 and 1.22

version 1.21, 2013/03/28 19:54:43 version 1.22, 2013/04/25 13:00:29
Line 133 
Line 133 
                 }                 }
                 else                 else
                 {                 {
                     PEGASUS_ASSERT(0);                      PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                 }                 }
             }             }
             else // association filter dialect             else // association filter dialect
Line 160 
Line 160 
                     }                     }
                     else                     else
                     {                     {
                         PEGASUS_ASSERT(0);                          PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                     }                     }
                 }                 }
                 else // association calls the Reference Functions                 else // association calls the Reference Functions
Line 181 
Line 181 
                     }                     }
                     else                     else
                     {                     {
                         PEGASUS_ASSERT(0);                          PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                     }                     }
                 }                 }
             }             }
Line 201 
Line 201 
         }         }
  
         default:         default:
             PEGASUS_ASSERT(0);               PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
     }     }
  
     if (cimRequest.get())     if (cimRequest.get())
Line 1003 
Line 1003 
  
             default:             default:
             {             {
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             }             }
         }         }
     }     }
Line 1046 
Line 1046 
  
             default:             default:
             {             {
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             }             }
         }         }
     }     }
Line 1159 
Line 1159 
                 }                 }
                 default:                 default:
                 {                 {
                     PEGASUS_ASSERT(0);                      PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                 }                 }
             }             }
             break;             break;
Line 1239 
Line 1239 
                 }                 }
                 default:                 default:
                 {                 {
                     PEGASUS_ASSERT(0);                      PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                 }                 }
             }             }
             break;             break;
Line 1310 
Line 1310 
  
         default:         default:
         {         {
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
         }         }
     }     }
 } }
Line 1406 
Line 1406 
                 break;                 break;
             }             }
             default:             default:
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
         }         }
 } }
  


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2