⛏️ index : haiku.git

/*
 * 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_t
AuthenticationManager::Init()
{
	return B_OK;
}