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

Deleted obsolete method Scheduler::setTapeBusy()

parent 984abf57
No related branches found
No related tags found
No related merge requests found
......@@ -171,13 +171,6 @@ void cta::Scheduler::labelTape(const cta::common::dataStructures::SecurityIdenti
throw cta::exception::Exception(std::string("Not implemented: ") + __PRETTY_FUNCTION__);
}
//------------------------------------------------------------------------------
// setTapeBusy
//------------------------------------------------------------------------------
void cta::Scheduler::setTapeBusy(const std::string &vid, const bool busyValue) {
throw cta::exception::Exception(std::string("Not implemented: ") + __PRETTY_FUNCTION__);
}
//------------------------------------------------------------------------------
// setTapeFull
//------------------------------------------------------------------------------
......
......@@ -121,7 +121,6 @@ public:
virtual std::list<cta::common::dataStructures::StorageClass> listStorageClass(const std::string &instanceName, const cta::common::dataStructures::ListStorageClassRequest &request);
virtual void labelTape(const cta::common::dataStructures::SecurityIdentity &cliIdentity, const std::string &vid, const bool force, const bool lbp, const optional<std::string> &tag);
virtual void setTapeBusy(const std::string &vid, const bool busyValue); // internal function not exposed to the Admin CLI
virtual void setTapeFull(const cta::common::dataStructures::SecurityIdentity &cliIdentity, const std::string &vid, const bool fullValue);
virtual void setTapeDisabled(const cta::common::dataStructures::SecurityIdentity &cliIdentity, const std::string &vid, const bool disabledValue);
virtual void setTapeLbp(const std::string &vid, const bool lbpValue); // internal function (noCLI)
......
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