~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hed/dmc/lfc/DataPointLFC.cpp

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131129133910-altaxrfowczzl2ev
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
967
967
    return tmp;
968
968
  }
969
969
 
 
970
  bool DataPointLFC::RequiresCredentialsInFile() const {
 
971
    return true;
 
972
  }
 
973
 
970
974
  DataStatus DataPointLFC::Resolve(bool source, const std::list<DataPoint*>& urls) {
971
975
 
972
976
    if (urls.empty()) return DataStatus::Success;