30 Mar
2008
30 Mar
'08
12:26 a.m.
On Sat, Mar 29, 2008 at 7:06 PM, Steven Watanabe
AMDG
Robert Dailey wrote:
struct WalkPacket : CRTPPacket
{}; ? What exactly is this structure supposed to present?
I was just thinking of moving the duplicated code into CRTPPacket
template
struct CRTPPacket : Packet { static const PacketID ID = Id; virtual PacketID getID() const { return(ID); } }; In Christ, Steven Watanabe
That's exactly what I was thinking :) I just wanted to make sure!