doc and shared version changes

This commit is contained in:
mrkraimer
2016-06-11 12:01:57 -04:00
parent 32fb16fcf0
commit 7a4bd88d8d
4 changed files with 5 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
pvaClientCPP - Release/4.2
EPICS V4 release 4.6
==========================
PvaClientMultiChannel
@@ -8,10 +8,9 @@ checkConnected() now throws an exception if connect fails.
pvaClientCPP - Release/4.1
EPICS V4 release 4.5
==========================
This is for EPICS V4 release 4.5
pvaClient is a synchronous API for pvAccess.

View File

@@ -5,7 +5,8 @@ include $(TOP)/configure/CONFIG
LIBRARY += pvaClient
SHRLIB_VERSION=4.1.1
# shared library ABI version.
SHRLIB_VERSION ?= 4.2-DEV
INC += pv/pvaClient.h
INC += pv/pvaClientMultiChannel.h

View File

@@ -78,8 +78,7 @@ void PvaClientChannelCache::showCache()
string providerName = channel->getProvider()->getProviderName();
cout << "channel " << channelName << " provider " << providerName << endl;
pvaChannel->showCache();
}
}
}
size_t PvaClientChannelCache::cacheSize()

View File

@@ -211,8 +211,6 @@ PvaClientChannel::~PvaClientChannel()
<< endl;
}
if(PvaClient::getDebug()) showCache();
pvaClientGetCache.reset();
pvaClientPutCache.reset();
}