MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / MsgCommon

Method MsgCommon

GPRS/MsgBase.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 public:
50 size_t wp;
51 MsgCommon() : wp(0) {}
52 MsgCommon(size_t wwp) : wp(wwp) {}
53
54 // Ignore this. g++ emits the vtable and typeid in the translation unit where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected