blob: b2d0e7b303a983b5b02cc82cde69912f6711794d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | /**
 * @file   classic_callback.cpp
 * @author Nat Goodspeed
 * @date   2021-09-23
 * @brief  Implementation for classic_callback.
 *
 * $LicenseInfo:firstyear=2021&license=viewerlgpl$
 * Copyright (c) 2021, Linden Research, Inc.
 * $/LicenseInfo$
 */
namespace {
const char dummy[] = "cpp file required to build test program";
} // anonymous namespace
 |