/* * Copyright 2020, Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef _AUTO_DELETER_POSIX_H #define _AUTO_DELETER_POSIX_H #include #include #include #include namespace BPrivate { typedef CObjectDeleter FileCloser; typedef CObjectDeleter DirCloser; typedef CObjectDeleter AttrDirCloser; } using ::BPrivate::FileCloser; using ::BPrivate::DirCloser; using ::BPrivate::AttrDirCloser; #endif // _AUTO_DELETER_POSIX_H