working message factory
This commit is contained in:
7
include/sp/default/DefaultPacketFactory.h
Normal file
7
include/sp/default/DefaultPacketFactory.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <sp/protocol/MessageFactory.h>
|
||||
|
||||
namespace sp {
|
||||
using PacketFactory = sp::MessageFactory<sp::PacketMessage, AllPackets>;
|
||||
} // namespace sp
|
||||
Reference in New Issue
Block a user