root/src/add-ons/kernel/file_systems/packagefs/nodes/AttributeDirectoryCookie.cpp
/*
 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */


#include "AttributeDirectoryCookie.h"


AttributeDirectoryCookie::~AttributeDirectoryCookie()
{
}


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