| 10 | const CString AccessDenied(L"<access denied>"); |
| 11 | |
| 12 | CServiceTable::CServiceTable(BarInfo& bars, TableInfo& table) |
| 13 | :CTable(bars, table) { |
| 14 | SetTableWindowInfo(bars.nbar); |
| 15 | Refresh(); |
| 16 | } |
| 17 | |
| 18 | LRESULT CServiceTable::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/) { |
| 19 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected