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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 25731
Build 25749: arc lint + arc unit
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.