/** Copyright 2008, Ingo Weinhold, ingo_weinhold@gmx.de. All Rights Reserved.* Distributed under the terms of the MIT License.*/#include "FakeAuthenticationManager.h"AuthenticationManager::AuthenticationManager(){}AuthenticationManager::~AuthenticationManager(){}status_tAuthenticationManager::Init(){return B_OK;}