mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1282408 - Add ignore-initialization-check annotation to mIsDisplayNetworkNameRequired & mIsDisplaySpnRequired from IccInfo. r=btseng
This commit is contained in:
parent
75460a4e5e
commit
dec1f75638
@ -79,8 +79,9 @@ protected:
|
||||
nsString mMcc;
|
||||
nsString mMnc;
|
||||
nsString mSpn;
|
||||
bool mIsDisplayNetworkNameRequired;
|
||||
bool mIsDisplaySpnRequired;
|
||||
// The following booleans shall be initialized either in the constructor or in Update
|
||||
MOZ_INIT_OUTSIDE_CTOR bool mIsDisplayNetworkNameRequired;
|
||||
MOZ_INIT_OUTSIDE_CTOR bool mIsDisplaySpnRequired;
|
||||
};
|
||||
|
||||
class GsmIccInfo final : public IccInfo
|
||||
|
Loading…
Reference in New Issue
Block a user