diff options
author | Kelly Washington <kelly@lindenlab.com> | 2009-04-21 20:08:05 +0000 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2009-04-21 20:08:05 +0000 |
commit | d5aad9ebc33059b34d42595d03fa4cba6b16ca9b (patch) | |
tree | c8e32181fc9c9d26d50684695d8c101bcc5162e1 /scripts | |
parent | 9b2d9c6e6e43f5600be64c65e42c373a199a3e1d (diff) |
svn merge -r117696:117697 svn+ssh://svn.lindenlab.com/svn/linden/branches/fix-lslrpc/fix-lslrpc-merge to svn+ssh://svn.lindenlab.com/svn/linden/trunk
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/messages/message_template.msg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 22752ef33c..5253e9a6b7 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -1068,11 +1068,11 @@ version 2.0 } } -// DirPopularQuery viewer->sim +// DEPRECATED: DirPopularQuery viewer->sim // Special query for the land for sale/auction panel. // reliable { - DirPopularQuery Low 51 NotTrusted Zerocoded + DirPopularQuery Low 51 NotTrusted Zerocoded Deprecated { AgentData Single { AgentID LLUUID } @@ -1085,11 +1085,11 @@ version 2.0 } } -// DirPopularQueryBackend sim->dataserver +// DEPRECATED: DirPopularQueryBackend sim->dataserver // Special query for the land for sale/auction panel. // reliable { - DirPopularQueryBackend Low 52 Trusted Zerocoded + DirPopularQueryBackend Low 52 Trusted Zerocoded Deprecated { AgentData Single { AgentID LLUUID } @@ -1103,11 +1103,11 @@ version 2.0 } } -// DirPopularReply +// DEPRECATED: DirPopularReply // dataserver -> simulator -> viewer // reliable { - DirPopularReply Low 53 Trusted Zerocoded + DirPopularReply Low 53 Trusted Zerocoded Deprecated { AgentData Single { AgentID LLUUID } |