gcontini
2021-05-19 90ff59fbd8e41b457576116e87a6a79c44b678ed
src/library/locate/EnvironmentVarLocation.hpp
@@ -13,15 +13,14 @@
namespace license {
namespace locate {
class EnvironmentVarLocation: public LocatorStrategy {
class EnvironmentVarLocation : public LocatorStrategy {
public:
   EnvironmentVarLocation();
   virtual const std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual ~EnvironmentVarLocation();
};
}
}
}  // namespace locate
}  // namespace license
#endif /* SRC_LIBRARY_LOCATE_ENVIRONMENTVARLOCATION_H_ */