diff options
author | lbsa71 | 2007-09-18 09:59:33 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-18 09:59:33 +0000 |
commit | a963b3057bdc80fc403e2b8402d0666c3d3f5c97 (patch) | |
tree | e2395d69fd3a7ef9fd4002498d9ebad914235645 /OpenSim/Framework/General/Interfaces | |
parent | * Merged ClientViewBase into ClientView for great justice (diff) | |
download | opensim-SC-a963b3057bdc80fc403e2b8402d0666c3d3f5c97.zip opensim-SC-a963b3057bdc80fc403e2b8402d0666c3d3f5c97.tar.gz opensim-SC-a963b3057bdc80fc403e2b8402d0666c3d3f5c97.tar.bz2 opensim-SC-a963b3057bdc80fc403e2b8402d0666c3d3f5c97.tar.xz |
* Replaced usage of ClientView with IClientAPI
* Some propertification and hideousness of fields.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 747ad5c..580a263 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -241,5 +241,7 @@ namespace OpenSim.Framework.Interfaces | |||
241 | void SendViewerTime(int phase); | 241 | void SendViewerTime(int phase); |
242 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); | 242 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); |
243 | void SetDebug(int newDebug); | 243 | void SetDebug(int newDebug); |
244 | void InPacket(Packet NewPack); | ||
245 | void ConnectionClosed(); | ||
244 | } | 246 | } |
245 | } | 247 | } |