fPendingNotifications
if (!fSuspended && fPendingNotifications)
fPendingNotifications = false;
fPendingNotifications = true;
{ return fPendingNotifications; }
mutable bool fPendingNotifications;
if (!fSuspended && fPendingNotifications)
fPendingNotifications = false;
fPendingNotifications = true;
{ return fPendingNotifications; }
mutable bool fPendingNotifications;