gcontini
2020-10-31 3bda284e8fa1df1912c146f1732cc052a3356aa0
src/library/locate/ApplicationFolder.hpp
@@ -15,14 +15,14 @@
namespace license {
namespace locate {
class ApplicationFolder: public LocatorStrategy {
class ApplicationFolder : public LocatorStrategy {
public:
   ApplicationFolder();
   virtual const std::vector<std::string> licenseLocations(EventRegistry& eventRegistry) const;
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual ~ApplicationFolder();
};
}
}  // namespace locate
} /* namespace license */
#endif /* SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_ */