| 124 | virtual ~HardCoder(){} |
| 125 | |
| 126 | virtual int getUidByAddress(const char *ip, int port) { |
| 127 | UNUSED(ip); |
| 128 | UNUSED(port); |
| 129 | return 0; |
| 130 | } |
| 131 | |
| 132 | virtual bool checkPermission(std::vector<std::string> manufactures, std::vector<std::string> certs, int funcid, int uid, int callertid, int64_t timestamp) { |
| 133 | UNUSED(manufactures); |