| | |
| | | class DefaultStrategy : public IdentificationStrategy { |
| | | public: |
| | | DefaultStrategy(); |
| | | DefaultStrategy(const DefaultStrategy &other); |
| | | virtual ~DefaultStrategy(); |
| | | virtual IDENTIFICATION_STRATEGY identification_strategy() const; |
| | | virtual void identify_pc(PcIdentifier &identifier) const; |
| | | virtual LCC_API_IDENTIFICATION_STRATEGY identification_strategy() const; |
| | | virtual FUNCTION_RETURN identify_pc(PcIdentifier &pc_id) const; |
| | | virtual std::vector<PcIdentifier> alternative_ids() const; |
| | | virtual EVENT_TYPE validate_identifier(const PcIdentifier &identifier) const; |
| | | virtual LCC_EVENT_TYPE validate_identifier(const PcIdentifier &identifier) const; |
| | | }; |
| | | |
| | | } /* namespace license */ |