Skip to content
Snippets Groups Projects
Commit f809c39d authored by Valerio Pastore's avatar Valerio Pastore
Browse files

removed checker

parent fd51361e
No related branches found
No related tags found
No related merge requests found
/*
*
* Created on: Mar 1, 2021
* Author: astrisw
*
*/
#ifndef BASEPACKETCHECKER_H_
#define BASEPACKETCHECKER_H_
#include <Base_Packet.h>
class BaseChecker{
public:
virtual bool checkPacket(BasePacket *pack) = 0;
virtual ~BaseChecker() = default;
};
#endif /* BASEPACKETCHECKER_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment