fixed borland warnings

This commit is contained in:
Jeff Hill
2002-10-29 23:04:10 +00:00
parent 763934a30d
commit f9c38bc224
3 changed files with 6 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ void comQueSend::insertRequestHeader (
void comQueSend::insertRequestWithPayLoad (
ca_uint16_t request, unsigned dataType, ca_uint32_t nElem,
ca_uint32_t cid, ca_uint32_t requestDependent, const void * pPayload,
bool v49Ok ) epics_throws (( cacChannel::outOfBounds ))
bool v49Ok ) epics_throws (( cacChannel::badType, cacChannel::outOfBounds ))
{
if ( ! this->dbr_type_ok ( dataType ) ) {
throw cacChannel::badType();