summaryrefslogtreecommitdiff
path: root/indra/llcommon/reflective.cpp
blob: d24aac41bc7dcd2c6be0b86d2e992310ba3a0c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** 
 * @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()
{
}