Skip to content
  • Steven Murray's avatar
    Improved the memory management of the vdqm::handler::TapeDriveHandler class: · 150ff7d5
    Steven Murray authored
    * Added auto pointers (std::autor_ptr and home brew TapeDriveAutoPtr) to the
      method castor::vdqm::handler::TapeDriveHandler::newTapeDriveRequest.
    
    * Modified castor::vdqm::IVdqmSvc::selectCompatibilitiesForDriveModel so that
      it no longer allocates a vector of TapeDriveCompatibility on the heap, but
      directly adds the compatibilities it retrieves to the tape drive in question.
    150ff7d5