aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarPickerReplyDataArgs.cs
diff options
context:
space:
mode:
authorJeff Ames2008-07-11 09:18:17 +0000
committerJeff Ames2008-07-11 09:18:17 +0000
commit3b9cf652349327f7b255a850d5b966a9e3b9437e (patch)
tree3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/AvatarPickerReplyDataArgs.cs
parentThanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff)
downloadopensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.zip
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.gz
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.bz2
opensim-SC_OLD-3b9cf652349327f7b255a850d5b966a9e3b9437e.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Framework/AvatarPickerReplyDataArgs.cs')
-rw-r--r--OpenSim/Framework/AvatarPickerReplyDataArgs.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Framework/AvatarPickerReplyDataArgs.cs b/OpenSim/Framework/AvatarPickerReplyDataArgs.cs
index 654a135..b15e4a5 100644
--- a/OpenSim/Framework/AvatarPickerReplyDataArgs.cs
+++ b/OpenSim/Framework/AvatarPickerReplyDataArgs.cs
@@ -1,12 +1,12 @@
1using System; 1using System;
2using libsecondlife; 2using libsecondlife;
3 3
4namespace OpenSim.Framework 4namespace OpenSim.Framework
5{ 5{
6 public class AvatarPickerReplyDataArgs : EventArgs 6 public class AvatarPickerReplyDataArgs : EventArgs
7 { 7 {
8 public LLUUID AvatarID; 8 public LLUUID AvatarID;
9 public byte[] FirstName; 9 public byte[] FirstName;
10 public byte[] LastName; 10 public byte[] LastName;
11 } 11 }
12} \ No newline at end of file 12} \ No newline at end of file