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

Diff for /pegasus/src/Pegasus/WsmServer/WsmResponseEncoder.cpp between version 1.13 and 1.14

version 1.13, 2012/07/30 11:18:27 version 1.14, 2013/04/25 13:00:29
Line 215 
Line 215 
                 // contents to be tuned according to the MaxEnvelopeSize value.                 // contents to be tuned according to the MaxEnvelopeSize value.
             default:             default:
                 // Unexpected message type                 // Unexpected message type
                 PEGASUS_ASSERT(0);                  PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
                 break;                 break;
         }         }
     }     }
Line 643 
Line 643 
     }     }
     else     else
     {     {
         PEGASUS_ASSERT(0);          PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
     }     }
  
     numDataItemsEncoded = i;     numDataItemsEncoded = i;


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2