Home
last modified time | relevance | path

Searched defs:DownloadSource (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/extensions/source/update/check/
H A Dupdateinfo.hxx30 struct DownloadSource struct
35 DownloadSource(bool bIsDirect, const rtl::OUString& aURL) : IsDirect(bIsDirect), URL(aURL) {}; in DownloadSource() function
36 DownloadSource(const DownloadSource& ds) : IsDirect(ds.IsDirect), URL(ds.URL) {}; in DownloadSource() argument
38DownloadSource & operator=( const DownloadSource & ds ) { IsDirect = ds.IsDirect; URL = ds.URL; re… in operator =() argument

Completed in 10 milliseconds