summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/vespa/memfilepersistence/spi/memfilepersistence.h
blob: d11673667f4f07ca291766596bac331fcd92112a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * \class storage::memfile::MemFilePersistence
 * \ingroup memfile
 *
 * \brief Top class in memfile persistence actually implementing the SPI
 */

#pragma once

namespace storage {
namespace memfile {

struct MemFilePersistence
{
};

} // memfile
} // storage