From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/llcommon/reflective.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 indra/llcommon/reflective.cpp (limited to 'indra/llcommon/reflective.cpp') diff --git a/indra/llcommon/reflective.cpp b/indra/llcommon/reflective.cpp new file mode 100644 index 0000000000..039a500575 --- /dev/null +++ b/indra/llcommon/reflective.cpp @@ -0,0 +1,20 @@ +/** + * @file reflective.cpp + * @author Babbage + * @date 2006-05-15 + * @brief Implementation of LLReflective. + * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#include "reflective.h" + +LLReflective::LLReflective() +{ +} + +//virtual +LLReflective::~LLReflective() +{ +} -- cgit v1.2.3