]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/simple/Pipe.h:remove unneeded friend decl 6924/head
authorMichal Jarzabek <stiopa@gmail.com>
Mon, 14 Dec 2015 22:37:15 +0000 (22:37 +0000)
committerMichal Jarzabek <stiopa@gmail.com>
Mon, 14 Dec 2015 22:46:39 +0000 (22:46 +0000)
commit42b23869de1229204d13cc9639744cf1185414c6
treeae2478af746619572693ce0c832ccd57f488efef
parent09d7a60ca8727d2b053415e7736a9df37d94adeb
msg/simple/Pipe.h:remove unneeded friend decl

Removed unneeded friend declarations. Nested class already has access
to all the names(private, protected) to which enclosing class has
access(as of C++11).

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/msg/simple/Pipe.h