diff options
author | Jeff Ames | 2008-07-11 09:18:17 +0000 |
---|---|---|
committer | Jeff Ames | 2008-07-11 09:18:17 +0000 |
commit | 3b9cf652349327f7b255a850d5b966a9e3b9437e (patch) | |
tree | 3d5b58711b46616716c7e5079db3dc77fcf0d45e /OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | |
parent | Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=... (diff) | |
download | opensim-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/AvatarPickerReplyAgentDataArgs.cs')
-rw-r--r-- | OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs index c2b4b0e..5fb06eb 100644 --- a/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs +++ b/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs | |||
@@ -1,11 +1,11 @@ | |||
1 | using System; | 1 | using System; |
2 | using libsecondlife; | 2 | using libsecondlife; |
3 | 3 | ||
4 | namespace OpenSim.Framework | 4 | namespace OpenSim.Framework |
5 | { | 5 | { |
6 | public class AvatarPickerReplyAgentDataArgs : EventArgs | 6 | public class AvatarPickerReplyAgentDataArgs : EventArgs |
7 | { | 7 | { |
8 | public LLUUID AgentID; | 8 | public LLUUID AgentID; |
9 | public LLUUID QueryID; | 9 | public LLUUID QueryID; |
10 | } | 10 | } |
11 | } \ No newline at end of file | 11 | } \ No newline at end of file |