diff options
author | Jeff Ames | 2008-05-12 01:23:03 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-12 01:23:03 +0000 |
commit | 2382342c65707907b6c8b7ae16bfa4df2af9877b (patch) | |
tree | 598cbebc681c47245045111d0a14ff3fa86d6b41 /OpenSim/Framework | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-2382342c65707907b6c8b7ae16bfa4df2af9877b.zip opensim-SC_OLD-2382342c65707907b6c8b7ae16bfa4df2af9877b.tar.gz opensim-SC_OLD-2382342c65707907b6c8b7ae16bfa4df2af9877b.tar.bz2 opensim-SC_OLD-2382342c65707907b6c8b7ae16bfa4df2af9877b.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index a7f6e23..b79dec0 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -914,7 +914,7 @@ namespace OpenSim.Framework | |||
914 | 914 | ||
915 | void SendSunPos(LLVector3 sunPos, LLVector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition); | 915 | void SendSunPos(LLVector3 sunPos, LLVector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition); |
916 | void SendViewerTime(int phase); | 916 | void SendViewerTime(int phase); |
917 | LLUUID GetDefaultAnimation(string name); | 917 | LLUUID GetDefaultAnimation(string name); |
918 | 918 | ||
919 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, | 919 | void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, |
920 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); | 920 | uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID); |