nancy.liao
2025-05-29 f1d283e941680a97d74a2fb7f6bcdd9490efc394
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> license_locations(EventRegistry& eventRegistry);
   const virtual std::vector<std::string> license_locations(EventRegistry& eventRegistry);
   virtual ~ApplicationFolder();
};
}
}  // namespace locate
} /* namespace license */
#endif /* SRC_LIBRARY_RETRIEVERS_APPLICATIONFOLDER_H_ */