voiddeleteTapePool(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidfilesWrittenToTape(conststd::set<TapeItemWrittenPointer>&event)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<common::dataStructures::ActivitiesFairShareWeights>getActivitiesFairShareWeights()const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::DiskSystemListgetAllDiskSystems()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
disk::DiskSystemListgetAllDiskSystems()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidcreateDiskSystem(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&fileRegexp,conststd::string&freeSpaceQueryURL,constuint64_trefreshInterval,constuint64_ttargetedFreeSpace,conststd::string&comment)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteDiskSystem(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyDiskSystemFileRegexp(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&fileRegexp)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}