rename AdcEndpointPrser to AdcEndpoint
fixes
This commit is contained in:
@@ -281,6 +281,8 @@ public:
|
||||
|
||||
void processMessage(auto& msg)
|
||||
{
|
||||
typedef std::decay_t<decltype(msg)> msg_t;
|
||||
|
||||
typedef std::vector<serialized_t> attr_vec_t;
|
||||
|
||||
attr_vec_t attrs;
|
||||
|
||||
Reference in New Issue
Block a user