diff options
author | Sean Dague | 2008-05-15 18:42:27 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-15 18:42:27 +0000 |
commit | 4ff4475d02a26805749897bc62feddcc21b1c5da (patch) | |
tree | 0507ff54842f641d6f0e2664d02ac81e67190a97 /OpenSim/Region/Communications/OGS1 | |
parent | add the rest of my UserAppearance created methods to (diff) | |
download | opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.zip opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.gz opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.bz2 opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.xz |
remove my UserAppearance object, switch all code to use
AvatarAppearance instead.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index dd7db62..e3ee2c1 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -550,12 +550,12 @@ namespace OpenSim.Region.Communications.OGS1 | |||
550 | 550 | ||
551 | /// Appearance | 551 | /// Appearance |
552 | /// TODO: stubs for now to get us to a compiling state gently | 552 | /// TODO: stubs for now to get us to a compiling state gently |
553 | public UserAppearance GetUserAppearance(LLUUID user) | 553 | public AvatarAppearance GetUserAppearance(LLUUID user) |
554 | { | 554 | { |
555 | return new UserAppearance(); | 555 | return new AvatarAppearance(); |
556 | } | 556 | } |
557 | 557 | ||
558 | public void UpdateUserAppearance(LLUUID user, UserAppearance appearance) | 558 | public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) |
559 | { | 559 | { |
560 | return; | 560 | return; |
561 | } | 561 | } |