1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9 #include "nsIDirIndex.h"
11 #include "mozilla/Attributes.h"
13 class nsDirIndex final
: public nsIDirIndex
{
15 ~nsDirIndex() = default;
18 nsDirIndex() = default;
24 uint32_t mType
{TYPE_UNKNOWN
};
25 nsCString mContentType
;
27 nsString mDescription
;
28 int64_t mSize
{INT64_MAX
};
29 PRTime mLastModified
{-1LL};