This commit is contained in:
MW
2007-05-31 12:05:32 +00:00
parent c4c7427ffb
commit 33b8fe52d6
4 changed files with 30 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Framework.Interfaces;
namespace OpenSim.Framework
{
@@ -8,6 +9,8 @@ namespace OpenSim.Framework
public interface IRegionCommsHost
{
event ExpectUserDelegate ExpectUser;
event ExpectUserDelegate OnExpectUser;
event GenericCall2 OnExpectChildAgent;
event GenericCall2 OnAvatarCrossingIntoRegion;
}
}