2 * Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef FAKE_AUTHENTICATION_MANAGER_H
6 #define FAKE_AUTHENTICATION_MANAGER_H
17 class AuthenticationManager
{
19 AuthenticationManager();
20 ~AuthenticationManager();
30 thread_id fRequestThread
;
33 BPrivate::KMessage
* fPasswdDBReply
;
34 BPrivate::KMessage
* fGroupDBReply
;
35 BPrivate::KMessage
* fShadowPwdDBReply
;
39 #endif // FAKE_AUTHENTICATION_MANAGER_H