PVDataCreateFactory.cpp now complete

This commit is contained in:
Marty Kraimer
2010-10-21 16:23:28 -04:00
parent c497b9b334
commit fce7b9914b
6 changed files with 249 additions and 192 deletions
+2 -2
View File
@@ -47,9 +47,9 @@ namespace epics { namespace pvData {
}
std::map<String, PVScalar * > *PVAuxInfo::getInfos()
PVScalarMap PVAuxInfo::getInfos()
{
return &pImpl->theMap;
return pImpl->theMap;
}
PVScalar * PVAuxInfo::getInfo(String key)