]> git.tdb.fi Git - libs/net.git/commit - source/net/protocol.h
Simplify the inner workings of Protocol
authorMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2022 17:51:56 +0000 (19:51 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2022 17:51:56 +0000 (19:51 +0200)
commit9cc2493cd87e2419d3cfb432844a2bf45ec3178f
tree1470d8a5b2cb2f4bd597f59296e061d829cf317a
parent6625cf0e574406425c35d33110f8d99617e902df
Simplify the inner workings of Protocol

The CompoundDef hierarchy was basically just a polymorphic wrapper for
Serializer.  Might as well make Serializer itself polymorphic.
source/net/protocol.cpp
source/net/protocol.h