21 lines
490 B
C++
21 lines
490 B
C++
/**
|
|
* @file lllinstancetracker.cpp
|
|
*
|
|
* $LicenseInfo:firstyear=2009&license=viewergpl$
|
|
* Copyright (c) 2009, Linden Research, Inc.
|
|
* $/LicenseInfo$
|
|
*/
|
|
|
|
// Precompiled header
|
|
#include "linden_common.h"
|
|
// associated header
|
|
#include "llinstancetracker.h"
|
|
// STL headers
|
|
// std headers
|
|
// external library headers
|
|
// other Linden headers
|
|
|
|
// llinstancetracker.h is presently header-only. This file exists only because our CMake
|
|
// test macro ADD_BUILD_TEST requires it.
|
|
int dummy = 0;
|