⛏️ index : haiku.git

/*
 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */


#include "AttributeCookie.h"


AttributeCookie::~AttributeCookie()
{
}


status_t
AttributeCookie::Close()
{
	return B_OK;
}