diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llcommon/metapropertyt.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 13 |
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 | ||
88 | template <> | 88 | template <> |
89 | inline const LLReflective* LLMetaPropertyT<LLString>::get(const LLReflective* object) const | ||
90 | { | ||
91 | checkObjectClass(object); | ||
92 | return NULL; | ||
93 | } | ||
94 | |||
95 | template <> | ||
96 | inline const LLReflective* LLMetaPropertyT<LLUUID>::get(const LLReflective* object) const | 89 | inline 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 | ||
114 | template <> | 107 | template <> |
115 | inline LLSD LLMetaPropertyT<LLString>::getLLSD(const LLReflective* object) const | ||
116 | { | ||
117 | return *(getProperty(object)); | ||
118 | } | ||
119 | |||
120 | template <> | ||
121 | inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const | 108 | inline LLSD LLMetaPropertyT<LLUUID>::getLLSD(const LLReflective* object) const |
122 | { | 109 | { |
123 | return *(getProperty(object)); | 110 | return *(getProperty(object)); |