| 54 | namespace Auth { |
| 55 | |
| 56 | DebugServer::DebugServer(Firebird::IPluginConfig* pConf) |
| 57 | : str(getPool()) |
| 58 | { |
| 59 | Firebird::LocalStatus ls; |
| 60 | Firebird::CheckStatusWrapper s(&ls); |
| 61 | config.assignRefNoIncr(pConf->getDefaultConfig(&s)); |
| 62 | check(&s); |
| 63 | } |
| 64 | |
| 65 | int DebugServer::authenticate(Firebird::CheckStatusWrapper* status, Firebird::IServerBlock* sb, |
| 66 | Firebird::IWriter* writerInterface) |
nothing calls this directly
no test coverage detected