23 lines
324 B
C++
23 lines
324 B
C++
/**
|
|
* @file reflective.cpp
|
|
* @author Babbage
|
|
* @date 2006-05-15
|
|
* @brief Implementation of LLReflective.
|
|
*
|
|
* Copyright (c) 2006-$CurrentYear$, Linden Research, Inc.
|
|
* $License$
|
|
*/
|
|
|
|
#include "linden_common.h"
|
|
|
|
#include "reflective.h"
|
|
|
|
LLReflective::LLReflective()
|
|
{
|
|
}
|
|
|
|
//virtual
|
|
LLReflective::~LLReflective()
|
|
{
|
|
}
|