aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/metapropertyt.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/metapropertyt.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llcommon/metapropertyt.h')
-rw-r--r--linden/indra/llcommon/metapropertyt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/linden/indra/llcommon/metapropertyt.h b/linden/indra/llcommon/metapropertyt.h
index 5c25ec4..73c2a7a 100644
--- a/linden/indra/llcommon/metapropertyt.h
+++ b/linden/indra/llcommon/metapropertyt.h
@@ -86,13 +86,6 @@ inline const LLReflective* LLMetaPropertyT<std::string>::get(const LLReflective*
86} 86}
87 87
88template <> 88template <>
89inline const LLReflective* LLMetaPropertyT<LLString>::get(const LLReflective* object) const
90{
91 checkObjectClass(object);
92 return NULL;
93}
94
95template <>
96inline const LLReflective* LLMetaPropertyT<LLUUID>::get(const LLReflective* object) const 89inline const LLReflective* LLMetaPropertyT<LLUUID>::get(const LLReflective* object) const
97{ 90{
98 checkObjectClass(object); 91 checkObjectClass(object);
@@ -112,12 +105,6 @@ inline LLSD LLMetaPropertyT<std::string>::getLLSD(const LLReflective* object) co
112} 105}
113 106
114template <> 107template <>
115inline LLSD LLMetaPropertyT<LLString>::getLLSD(const LLReflective* object) const
116{
117 return *(getProperty(object));
118}
119
120template <>
121inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const 108inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const
122{ 109{
123 return *(getProperty(object)); 110 return *(getProperty(object));