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