aboutsummaryrefslogtreecommitdiff
path: root/zenstore/scrub.cpp
blob: 4df3373498b33642a28158b081d173bcbe783ba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Epic Games, Inc. All Rights Reserved.

#include <zenstore/scrub.h>

namespace zen {

CasScrubber::CasScrubber(CasStore& Store) : m_CasStore(Store)
{
}

CasScrubber::~CasScrubber()
{
}

}  // namespace zen