nancy.liao
2025-05-27 6a0df39e3969d490d8c5ead4e3aaf76ae9d67fe2
src/library/hw_identifier/default_strategy.cpp
@@ -67,9 +67,12 @@
   }
   return identifiers;
}
/**
* default strategy should never be used to validate an identifier. The strategy that was used in the first place to generate it
* should handle it. DefaultStrategy is just a switch.
*/
LCC_EVENT_TYPE DefaultStrategy::validate_identifier(const HwIdentifier& identifier) const {
   // default strategy should always realize itself as a concrete strategy
   //
   return IDENTIFIERS_MISMATCH;
}