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");}
cta::disk::DiskSystemListgetDiskSystems()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::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");}
std::list<common::dataStructures::AdminUser>getAdminUsers()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
common::dataStructures::ArchiveFilegetArchiveFileById(constuint64_tid)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
ArchiveFileItorgetArchiveFilesItor(constTapeFileSearchCriteria&searchCriteria)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
...
...
@@ -117,6 +119,7 @@ public:
voidsetTapeFull(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&vid,constboolfullValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidsetTapePoolEncryption(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constboolencryptionValue)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
booltapeExists(conststd::string&vid)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
booldiskSystemExists(conststd::string&name)const{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidtapeLabelled(conststd::string&vid,conststd::string&drive)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidtapeMountedForArchive(conststd::string&vid,conststd::string&drive)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidtapeMountedForRetrieve(conststd::string&vid,conststd::string&drive)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}