aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/locking/dummy.cpp
blob: 185692e210d87f2518f3ecb3fd2164fa0b51afc4 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. 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() {}