Home
last modified time | relevance | path

Searched refs:o_rUpdateInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx91 UpdateInfo& o_rUpdateInfo, in checkForUpdates() argument
178o_rUpdateInfo.Sources.push_back( DownloadSource(bIsDirect, xNode2->getNodeValue()) ); in checkForUpdates()
191 o_rUpdateInfo.Version = xNode2->getNodeValue(); in checkForUpdates()
201 o_rUpdateInfo.BuildId = xNode2->getNodeValue(); in checkForUpdates()
203 o_rUpdateInfo.Description = aEntry.Description; in checkForUpdates()
232 o_rUpdateInfo.ReleaseNotes.push_back(aRelNote); in checkForUpdates()
241 if( o_rUpdateInfo.Sources.size() > 0 ) in checkForUpdates()
H A Dupdateprotocol.hxx33 UpdateInfo& o_rUpdateInfo,