summaryrefslogtreecommitdiff
path: root/indra/llcommon/reflective.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/reflective.cpp')
-rw-r--r--indra/llcommon/reflective.cpp20
1 files changed, 20 insertions, 0 deletions
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()
+{
+}