gcontini
2020-03-28 037e7cc02b66a54d5dec19a6b93a7bf107a95a0e
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_ */