aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/locking/dummy.cpp
blob: bab18ef3db951d8b57440636408617a00244410d (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/fastos.h>
#include "dummy.h"

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

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