X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fprotocol_impl.h;h=4eb28612ded0cfdbb549e79010fb3723c55e56b2;hb=ee01d294f9078fbf17dc6a0a645ad3a342c49b1a;hp=9ddf818853c1710b195e3cfeb512d7fb50aaa6a6;hpb=b91b37fd6534a8e546fd6f5d6ddd91d66cd0519f;p=libs%2Fnet.git diff --git a/source/net/protocol_impl.h b/source/net/protocol_impl.h index 9ddf818..4eb2861 100644 --- a/source/net/protocol_impl.h +++ b/source/net/protocol_impl.h @@ -1,15 +1,6 @@ #ifndef MSP_NET_PROTOCOL_IMPL_H_ #define MSP_NET_PROTOCOL_IMPL_H_ -#include "protocol.h" - -namespace Msp { -namespace Net { - -template -unsigned Protocol::PacketTypeDef

::class_id = 0; - -} // namespace Net -} // namespace Msp +#warning "This header is deprected and should not be used" #endif