mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
corrects connection friend declaration bug
This commit is contained in:
@@ -77,8 +77,10 @@ public:
|
||||
//friend class role<endpoint>;
|
||||
//friend class socket<endpoint>;
|
||||
|
||||
friend class role<endpoint>::template connection<type>;
|
||||
friend class socket<endpoint>::template connection<type>;
|
||||
//friend class role<endpoint>::template connection<type>;
|
||||
//friend class socket<endpoint>::template connection<type>;
|
||||
friend class role< connection<endpoint,role,socket> >;
|
||||
friend class socket< connection<endpoint,role,socket> >;
|
||||
|
||||
enum write_state {
|
||||
IDLE = 0,
|
||||
|
||||
Reference in New Issue
Block a user