Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 08c2ddb3 authored by Jiyong Park's avatar Jiyong Park
Browse files

ParcelFileDescriptor is movable

Add a move constructor to ParcelFileDescriptor. This is required to be
able to something like

vector<ParcelFileDescriptor> fds;
fds.push_back(ParcelFileDescriptor(std::move(unique_fd(open("some_file")))));

Bug: 115607973
Test: system/tools/aidl/runtests.sh
Change-Id: If8186500b528984c3718310c37694a3936905dfb
parent 562d525c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment