diff options
author | Mike Mazur | 2008-08-08 09:19:23 +0000 |
---|---|---|
committer | Mike Mazur | 2008-08-08 09:19:23 +0000 |
commit | 97d5b5a1eb159e539586ca8043304f8277b8d0e3 (patch) | |
tree | 4fc345454e3d77899fc88060c56005e535137daf /OpenSim/Region/Environment/Modules | |
parent | Update svn properties, minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-97d5b5a1eb159e539586ca8043304f8277b8d0e3.zip opensim-SC_OLD-97d5b5a1eb159e539586ca8043304f8277b8d0e3.tar.gz opensim-SC_OLD-97d5b5a1eb159e539586ca8043304f8277b8d0e3.tar.bz2 opensim-SC_OLD-97d5b5a1eb159e539586ca8043304f8277b8d0e3.tar.xz |
De-coupling the IClientAPI interface and ClientManager class from the
libsl/libomv Packet, as other client stacks could use other data types to pass
packets around. Starting with InPacket() here, more to come.
Diffstat (limited to 'OpenSim/Region/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index e286d23..fff2383 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -716,7 +716,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
716 | { | 716 | { |
717 | } | 717 | } |
718 | 718 | ||
719 | public void InPacket(Packet NewPack) | 719 | public void InPacket(object NewPack) |
720 | { | 720 | { |
721 | } | 721 | } |
722 | 722 | ||