ClientFactory added

This commit is contained in:
Matej Sekoranja
2011-02-03 17:09:13 +01:00
parent f4dd710fc9
commit a63374e86b
5 changed files with 79 additions and 5 deletions

View File

@@ -2967,7 +2967,7 @@ namespace epics {
virtual epics::pvData::String getProviderName()
{
return "ChannelProviderImpl";
return "pvAccess";
}
virtual void destroy()
@@ -3139,6 +3139,7 @@ TODO
virtual void dispose()
{
// TODO try catch
destroy();
}