From cb04cec9ff5af1576eb3121514d061c71ccb68ef Mon Sep 17 00:00:00 2001 From: Aditya Shastri Date: Tue, 19 Apr 2022 17:26:17 -0700 Subject: [PATCH] friend class Differential Revision: D35767657 fbshipit-source-id: 4b13f817acec5556743aa4a4c9f67f0426aef224 --- fbpcf/engine/communication/IPartyCommunicationAgent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fbpcf/engine/communication/IPartyCommunicationAgent.h b/fbpcf/engine/communication/IPartyCommunicationAgent.h index 2e49fd75..a0be5e95 100644 --- a/fbpcf/engine/communication/IPartyCommunicationAgent.h +++ b/fbpcf/engine/communication/IPartyCommunicationAgent.h @@ -23,6 +23,8 @@ namespace fbpcf::engine::communication { * NOTE: sendT/receiveT only work when the two parties have the same endianness */ class IPartyCommunicationAgent { + friend class EmpNetworkAdapter; + public: virtual ~IPartyCommunicationAgent() = default;