gcontini
2020-10-13 a573da4934f93ae90c736b4108fe3a0e4294086c
src/library/locate/ExternalDefinition.hpp
@@ -16,11 +16,10 @@
class ExternalDefinition: public LocatorStrategy {
private:
   const LicenseLocation* m_location;
   bool licenseDataIsBase64 = false;
public:
   ExternalDefinition(const LicenseLocation* location);
   virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual const std::string retrieve_license_content(const std::string &licenseLocation) const;
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   const virtual std::string retrieve_license_content(const std::string& licenseLocation) const;
   virtual ~ExternalDefinition();
};