aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/examples
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-08 21:13:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-09 07:16:24 +0000
commita01266777240a6e5db4c92c4801664165400b2cf (patch)
tree5a8263a8e0cd49ba0b63a62e8e11c740b48a07ef /fnet/src/examples
parent4e3ebd92ff6be9b466c3d5fe7d3ff7ea83a14f9b (diff)
Deinline as compiler makes the best choices.
Diffstat (limited to 'fnet/src/examples')
-rw-r--r--fnet/src/examples/proxy/proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnet/src/examples/proxy/proxy.cpp b/fnet/src/examples/proxy/proxy.cpp
index 2d1d44174a4..1b61244c093 100644
--- a/fnet/src/examples/proxy/proxy.cpp
+++ b/fnet/src/examples/proxy/proxy.cpp
@@ -140,6 +140,7 @@ private:
public:
Proxy() : _transport() {}
+ ~Proxy() { }
bool GetPacketInfo(FNET_DataBuffer *src, uint32_t *plen, uint32_t *pcode, uint32_t *chid, bool *) override;
FNET_Packet *Decode(FNET_DataBuffer *src, uint32_t plen, uint32_t pcode, FNET_Context) override;
void Encode(FNET_Packet *packet, uint32_t chid, FNET_DataBuffer *dst) override;