Merged Jeff's 3.15_libcom_from_cvs_trunk branch.

This commit is contained in:
Andrew Johnson
2014-08-25 16:27:18 -05:00
14 changed files with 374 additions and 270 deletions
+3 -2
View File
@@ -211,9 +211,10 @@ void casPVI::updateEnumStringTableAsyncCompletion ( const gdd & resp )
}
}
else {
errMessage ( S_cas_badType,
errPrintf ( S_cas_badType, __FILE__, __LINE__,
"application type \"enums\" string conversion"
" table for enumerated PV isnt a string type?" );
" table for enumerated PV \"%s\" isnt a string type?",
getName() );
}
}
else if ( resp.dimension() == 1 ) {