std::list<TapePool>getTapePools()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::Tape>getTapes(constTapeSearchCriteria&searchCriteria)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
// getTapesByVid is implemented below (and works).
common::dataStructures::VidToTapeMapgetAllTapes()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<TapeForWriting>getTapesForWriting(conststd::string&logicalLibraryName)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
boolisAdmin(constcommon::dataStructures::SecurityIdentity&admin)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyAdminHostComment(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&hostName,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}