Commit fc3f04eb authored by Kenton Varda's avatar Kenton Varda

Try to fix old compiler build.

parent 79f14773
...@@ -683,7 +683,7 @@ AsyncIoContext setupAsyncIo(); ...@@ -683,7 +683,7 @@ AsyncIoContext setupAsyncIo();
// ======================================================================================= // =======================================================================================
// Convenience adapters. // Convenience adapters.
class CapabilityStreamConnectionReceiver: public ConnectionReceiver { class CapabilityStreamConnectionReceiver final: public ConnectionReceiver {
// Trivial wrapper which allows an AsyncCapabilityStream to act as a ConnectionReceiver. accept() // Trivial wrapper which allows an AsyncCapabilityStream to act as a ConnectionReceiver. accept()
// calls receiveStream(). // calls receiveStream().
...@@ -698,7 +698,7 @@ private: ...@@ -698,7 +698,7 @@ private:
AsyncCapabilityStream& inner; AsyncCapabilityStream& inner;
}; };
class CapabilityStreamNetworkAddress: public NetworkAddress { class CapabilityStreamNetworkAddress final: public NetworkAddress {
// Trivial wrapper which allows an AsyncCapabilityStream to act as a NetworkAddress. // Trivial wrapper which allows an AsyncCapabilityStream to act as a NetworkAddress.
// //
// connect() is implemented by calling provider.newCapabilityPipe(), sending one end over the // connect() is implemented by calling provider.newCapabilityPipe(), sending one end over the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment