aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorMW2007-05-29 18:07:17 +0000
committerMW2007-05-29 18:07:17 +0000
commitb2f16fd4e1f95ba4c4f95cbbd43088943eaa125f (patch)
treedc5f8fc7aac3378cba174af90b973c514bdcc909 /Common/OpenSim.Framework/Interfaces/IClientAPI.cs
parent(no commit message) (diff)
downloadopensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.zip
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.gz
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.bz2
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.xz
Now We need to test to see if we can login
Diffstat (limited to '')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index 06b3075..5c5cda4 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -67,6 +67,16 @@ namespace OpenSim.Framework.Interfaces
67 get; 67 get;
68 } 68 }
69 69
70 string FirstName
71 {
72 get;
73 }
74
75 string LastName
76 {
77 get;
78 }
79
70 void OutPacket(Packet newPack); 80 void OutPacket(Packet newPack);
71 void SendWearables(AvatarWearable[] wearables); 81 void SendWearables(AvatarWearable[] wearables);
72 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 82 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);