| 285 | } |
| 286 | |
| 287 | menu::GenericServerMenu::~GenericServerMenu() |
| 288 | { |
| 289 | while (PopBrowserPage()) |
| 290 | { |
| 291 | |
| 292 | } |
| 293 | |
| 294 | delete m_browser; |
| 295 | } |
| 296 | |
| 297 | bool menu::GenericServerMenu::PushBrowserPage(string *ref) |
| 298 | { |
nothing calls this directly
no outgoing calls
no test coverage detected