Network Filesharing: Refactor foreach and emit, smaller improvements
ClosedPublic

Authored by alex on Apr 23 2020, 4:45 AM.

Details

Summary

Compile without emit and foreach.
The private variables inside the model are prefixed with _, because
the userList variable shadowed class definition. This should clear things up.

And some better overloads and const qualifiers.

Test Plan

Compiles

Diff Detail

Repository
R432 File Sharing (Samba) integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
alex requested review of this revision.Apr 23 2020, 4:45 AM
alex created this revision.
ngraham accepted this revision.Apr 23 2020, 5:02 AM
This revision is now accepted and ready to land.Apr 23 2020, 5:02 AM
This revision was automatically updated to reflect the committed changes.