Commit graph

2 commits

Author SHA1 Message Date
DannyS712
3a1c063899 Add missing license to IEditObject
Forgot to include it at the time

Change-Id: I60ac6662e4213bef4c0b35f473716784d517ae14
2020-10-09 02:29:15 +00:00
DannyS712
615b880051 [EditPage] Move AS_* status constants to a new interface
Interface is @internal and is implemented by EditPage; will be used in
the future when the backend is split and common status values are needed
for the different classes.

Doing separately to avoid cluttering the main work - just moves the
constant definitions. Since EditPage implements the new interface, any
existing EditPage::AS_* references will continue to work.

Bug: T20654
Change-Id: I71dafec2579b4a42dd08f3fc7e569e28c14d8753
2020-05-30 11:59:03 -07:00