changes for MVC++

This commit is contained in:
Jeff Hill
1996-08-13 22:53:14 +00:00
parent 2ec12266ad
commit c556f69387
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.2 1996/07/01 19:56:09 jhill
* one last update prior to first release
*
* Revision 1.1.1.1 1996/06/20 00:28:14 jhill
* ca server installation
*
@@ -57,7 +60,7 @@ casChannel::~casChannel()
casPV *casChannel::getPV()
{
casPVI &pvi(this->casChannelI::getPVI());
casPVI pvi = this->casChannelI::getPVI();
if (&pvi!=NULL) {
return pvi.intefaceObjectPointer();
+4 -1
View File
@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:16 jhill
* ca server installation
*
*
*/
@@ -219,7 +222,7 @@ caStatus casCoreClient::asyncIOCompletion(casChannelI *pChan,
pAsyncIoCallBack pCB;
pCB = casCoreClient::asyncIOJumpTable[msg.m_cmmd];
if (!pCB) {
if (pCB==NULL) {
return S_casApp_noSupport;
}