gcontini
2019-12-14 7c2489cc3dc798484e11a449fd0e305210de901b
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> licenseLocations(EventRegistry& eventRegistry) const;
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual ~EnvironmentVarLocation();
};
}
}
}  // namespace locate
}  // namespace license
#endif /* SRC_LIBRARY_LOCATE_ENVIRONMENTVARLOCATION_H_ */