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

Diff for /pegasus/src/Pegasus/Common/BinaryCodec.cpp between version 1.17 and 1.18

version 1.17, 2013/01/14 10:11:35 version 1.18, 2013/04/25 13:00:20
Line 3140 
Line 3140 
            return _decodeExecQueryRequest(            return _decodeExecQueryRequest(
                 in, queueId, returnQueueId, messageId);                 in, queueId, returnQueueId, messageId);
         default:         default:
             // Unexpected message type              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             PEGASUS_ASSERT(0);  
             return 0;             return 0;
     }     }
 } }
Line 3249 
Line 3248 
             break;             break;
         default:         default:
             // Unexpected message type             // Unexpected message type
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             break;             break;
     }     }
  
Line 3489 
Line 3488 
  
         default:         default:
             // Unexpected message type             // Unexpected message type
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             return false;             return false;
     }     }
  
Line 3725 
Line 3724 
  
         default:         default:
             // Unexpected message type             // Unexpected message type
             PEGASUS_ASSERT(0);              PEGASUS_UNREACHABLE(PEGASUS_ASSERT(0);)
             return false;             return false;
     }     }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2