Skip to content
Snippets Groups Projects
Commit b4424533 authored by Steven Murray's avatar Steven Murray
Browse files

Forgot to add two files to the last commit - sorry

parent f2cdb5ee
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,10 @@ cta::ArchiveJob::ArchiveJob(
//------------------------------------------------------------------------------
// getMount
//------------------------------------------------------------------------------
cta::ArchiveMount &cta::ArchiveJob::getMount() const {
return m_mount;
}
// NOT YET DECIDED
//cta::ArchiveMount &cta::ArchiveJob::getMount() const {
// return m_mount;
//}
//------------------------------------------------------------------------------
// getTapePoolName
......
......@@ -37,7 +37,8 @@ cta::RetrieveJob::RetrieveJob(
const std::string &remoteFile,
const uint64_t castorNsFileId):
TapeJob(id, userRequestId, copyNb, remoteFile, castorNsFileId),
m_mount(mount),
// TO BE DECIDED
//m_mount(mount),
tapeFile(tapeFile) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment