Gabriele Contini
2020-02-15 9119e2b9bbb11b4ae21618fbaacfe6edaeb2a62b
src/library/hw_identifier/ethernet.hpp
File was renamed from src/library/pc_identifier/ethernet.hpp
@@ -11,7 +11,7 @@
#include "identification_strategy.hpp"
namespace license {
namespace pc_identifier {
namespace hw_identifier {
class Ethernet : public IdentificationStrategy {
private:
@@ -20,13 +20,10 @@
   Ethernet(bool use_ip);
   virtual ~Ethernet();
   virtual LCC_API_IDENTIFICATION_STRATEGY identification_strategy() const;
   virtual FUNCTION_RETURN identify_pc(PcIdentifier &pc_id) const;
   virtual std::vector<PcIdentifier> alternative_ids() const;
   using IdentificationStrategy::validate_identifier;
   virtual LCC_EVENT_TYPE validate_identifier(const PcIdentifier &identifier) const;
   virtual std::vector<HwIdentifier> alternative_ids() const;
};
}  // namespace pc_identifier
}  // namespace hw_identifier
} /* namespace license */
#endif /* SRC_LIBRARY_PC_IDENTIFIER_ETHERNET_HPP_ */