17 lines
357 B
C++
17 lines
357 B
C++
/**
|
|
* @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
|