static*/
| 180 | } |
| 181 | |
| 182 | /*static*/ ReadLockedPointer<const MessageBox> MessageBox::GetLockedCurrent() noexcept |
| 183 | { |
| 184 | ReadLockedPointer<const MessageBox> p(mboxLock, mboxList); |
| 185 | if (p.IsNull()) |
| 186 | { |
| 187 | p.Release(); |
| 188 | } |
| 189 | return p; |
| 190 | } |
| 191 | |
| 192 | // MessageBoxLimits members |
| 193 | void MessageBoxLimits::GetIntegerLimits(GCodeBuffer& gb, bool defaultIsString) THROWS(GCodeException) |