/* * 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; }