summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/locking/dummy.cpp
blob: b381619eaabaa098b49e09088a2d5de43f927e48 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "dummy.h"

DummyObj::DummyObj() {}
DummyObj::~DummyObj() {}

void DummyLock::Lock() {}
void DummyLock::Unlock() {}