voidcreateMediaType(constcommon::dataStructures::SecurityIdentity&admin,constMediaType&mediaType)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voiddeleteMediaType(conststd::string&name)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
std::list<MediaTypeWithLogs>getMediaTypes()constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
MediaTypegetMediaTypeByVid(conststd::string&vid)constoverride{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyMediaTypeName(constcommon::dataStructures::SecurityIdentity&admin,conststd::string¤tName,conststd::string&newName)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyMediaTypeCartridge(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,conststd::string&cartridge)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}
voidmodifyMediaTypeCapacityInBytes(constcommon::dataStructures::SecurityIdentity&admin,conststd::string&name,constuint64_tcapacityInBytes)override{throwexception::Exception(std::string("In ")+__PRETTY_FUNCTION__+": not implemented");}