Skip to content

Commit

Permalink
Accidently removed wrong method. Refs #9026.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Feb 24, 2014
1 parent 94cca81 commit 5452d42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Code/Mantid/Framework/ICat/inc/MantidICat/CompositeCatalog.h
Expand Up @@ -60,9 +60,8 @@ namespace Mantid
virtual void listInstruments(std::vector<std::string>& instruments);
/// Get investigationtypes list
virtual void listInvestigationTypes(std::vector<std::string>& invstTypes);
/// get URL of where to PUT (publish) files.
virtual const std::string getUploadURL(
const std::string &investigationID, const std::string &createFileName, const std::string &dataFileDescription);
/// Get the file location string(s) from archive.
virtual void getFileLocation(const long long&fileID,std::string& fileLocation);
/// Keep current session alive
virtual void keepAlive();
/// Keep alive in minutes
Expand Down

0 comments on commit 5452d42

Please sign in to comment.